diff options
Diffstat (limited to 'bin/zzz')
-rwxr-xr-x | bin/zzz | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ test -w /sys/power/state || fail "sleep permission denied" ( flock -n 9 || fail "another instance of zzz is running" -printf "Zzzz... " +printf "Zzz... " for hook in /etc/zzz.d/suspend/*; do [ -x "$hook" ] && "$hook" @@ -60,5 +60,5 @@ for hook in /etc/zzz.d/resume/*; do [ -x "$hook" ] && "$hook" done -echo "yawn." +echo "... !" ) 9</sys/power |