home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / Audio / Score / Hours / hourly next >
Text File  |  1993-08-08  |  540b  |  16 lines

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