posts:mutt-ldap: Mention Wade and Niels and add tags
[blog.git] / posts / Alarm.mdwn
1 [[alarm.sh]] is a [[bash]] script wrapping [at][] to minimize the
2 number of keystrokes required to set a simple alarm.  This one
3 currently rings a bell and prints a message, but the possibilities are
4 endless...
5
6 You will almost certainly have to adjust my ALARM_SOUND_CMD to play a
7 file that exists on your system.  Try `locate *.wav` to see what's
8 already there, or grab something new :).
9
10 [at]: http://packages.qa.debian.org/a/at.html
11
12 [[!tag tags/bash]]
13 [[!tag tags/programming]]