Skip to content

Commit

Permalink
Fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
duairc committed May 14, 2010
1 parent bea0d0d commit f583426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nap
Expand Up @@ -82,17 +82,17 @@ nap() {

alarm() {
( alarms | xargs -d'\n' mplayer -loop 99999999 >/dev/null 2>/dev/null ) &
pid=$!
monitor_on
sound_on
while is_sound_on; do
sleep 0.1
done
kill -9 $pid
killall mplayer
}

sleep_well
notify andrew
# Andrew didn't like this apparently...
# notify andrew
nap
alarm
sleep 10m
Expand Down

0 comments on commit f583426

Please sign in to comment.