4

I know I can do sleep $[60*60*8]; open alarm.mp3 but is there perhaps a better way?

Chealion
  • 26,327
taw
  • 2,037

1 Answers1

11

At least you can do

user@host:~$ at hh:mm
> /usr/bin/open alarm.mp3
>^D

which will make constantly opened terminal window unneeded.

Catherine
  • 16,610