chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a469e4
)
bin/wakey.sh: Add missing `;;' in case.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Jul 2022 14:04:58 +0000
(15:04 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Jul 2022 14:04:58 +0000
(15:04 +0100)
bin/wakey.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/wakey.sh
b/bin/wakey.sh
index dc46b18db3bde8095f2c2f22c99c6a83c1c596db..373e56c0e20a6bc55efa42f51275e7f7ac134075 100644
(file)
--- a/
bin/wakey.sh
+++ b/
bin/wakey.sh
@@
-56,6
+56,7
@@
__wakey_precmd () {
esac
cmd=${__wakey_cmd//&/&}; cmd=${cmd//</<}; cmd=${cmd//>/>}
notify-send -c Wakey -i $icon -t 5000 "$head" "$cmd"
esac
cmd=${__wakey_cmd//&/&}; cmd=${cmd//</<}; cmd=${cmd//>/>}
notify-send -c Wakey -i $icon -t 5000 "$head" "$cmd"
+ ;;
esac
__wakey_start=nil
;;
esac
__wakey_start=nil
;;