View Single Post
Posts: 75 | Thanked: 125 times | Joined on Nov 2008
#7
Big Fat Jan's solution is very elegant, but heres a simpler method. Paste this one-liner into xterm:
Code:
SOUNDFILE="/usr/share/sounds/game-chess_illegal_move.wav" ; while true ; do aplay $SOUNDFILE; sleep 50; aplay $SOUNDFILE; sleep 10 ; done
Obviously edit times etc as required.

Last edited by jabawok; 2010-08-23 at 01:59. Reason: formatting
 

The Following User Says Thank You to jabawok For This Useful Post: