home *** CD-ROM | disk | FTP | other *** search
- #/bin/sh
- number=`date|awk '{print $4}'|awk 'BEGIN{FS=":"}{print $1}'`
- case $number in
- 07|7|19) playscore ./chimes/seven ;;
- 08|8|20) playscore ./chimes/eight ;;
- 09|9|21) playscore ./chimes/nine ;;
- 10|22) playscore ./chimes/ten ;;
- 11|23) playscore ./chimes/eleven ;;
- 12|00) playscore ./chimes/twelve ;;
- 13) playscore ./chimes/one ;;
- 14) playscore ./chimes/two ;;
- 15) playscore ./chimes/three ;;
- 16) playscore ./chimes/four ;;
- 17) playscore ./chimes/five ;;
- 18) playscore ./chimes/six ;;
- esac