mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/lib/byobu/date:
- add trailing whitespace back
This commit is contained in:
parent
48590b09b0
commit
c17e09aada
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -30,6 +30,8 @@ byobu (4.14) unreleased; urgency=low
|
||||||
- add copyright headers, install constants
|
- add copyright headers, install constants
|
||||||
* usr/bin/byobu-status:
|
* usr/bin/byobu-status:
|
||||||
- import constants
|
- import constants
|
||||||
|
* usr/lib/byobu/date:
|
||||||
|
- add trailing whitespace back
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ __date_detail() {
|
||||||
__date() {
|
__date() {
|
||||||
bd=$(date "+%m%d")
|
bd=$(date "+%m%d")
|
||||||
[ "$bd" = "0320" ] && msg="$(echo SGFwcHkgQmlydGhkYXkgU2NyZWVuIC0tIGh0dHA6Ly9iaXQubHkvc2NyZWVuLWJkYXkK | base64 -di)" && screen -X -S "byobu" at "*" echo "[$msg]"
|
[ "$bd" = "0320" ] && msg="$(echo SGFwcHkgQmlydGhkYXkgU2NyZWVuIC0tIGh0dHA6Ly9iaXQubHkvc2NyZWVuLWJkYXkK | base64 -di)" && screen -X -S "byobu" at "*" echo "[$msg]"
|
||||||
printf "\005Y-\005m-\005d"
|
color none; printf "\005Y-\005m-\005d"; color --
|
||||||
}
|
}
|
||||||
|
|
||||||
# vi: syntax=sh ts=4 noexpandtab
|
# vi: syntax=sh ts=4 noexpandtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue