home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / bin / 1 next >
Encoding:
Text File  |  1979-01-14  |  185 b   |  18 lines

  1. case $# in
  2.  
  3. 0)
  4.     if random -e 1.1
  5.     then
  6.     echo one bell system - it works
  7.     elif random -e 1.1
  8.     then
  9.     /usr/games/fortune
  10.     else 1;1;1;1;1;1;1;1;1;1
  11.     fi
  12. ;;
  13.  
  14. *)
  15.     echo one $* - it works
  16.  
  17. esac
  18.