[geeks] Alarms, or why I hate computers

Hugh Saunders hugh at mjr.org
Tue Jun 24 04:35:37 CDT 2003


On Tue, Jun 24, 2003 at 12:15:31AM -0500, Jonathan C. Patschke wrote:
> ~/bin/wakeup.sh:
> 
>    #!/bin/ksh
>    if ["$2" = ""]; then
>      echo "Usage: wakeup.sh hours minutes"
>      exit
>    fi
> 
>    sleep $(((3600*$1)+(60*$2)))
>    wakeup.sh
> 
> wakeup.sh tells iTunes to start playing

by voodoo?

-- 
hugh



More information about the geeks mailing list