home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume17 / contest-prog / part01 / visc < prev   
Encoding:
Text File  |  1989-02-06  |  90 b   |  10 lines

  1. #! /bin/sh
  2. if test -f lock
  3. then
  4.     echo locked
  5.     exit
  6. fi
  7. touch lock
  8. vi ++ scoreboard
  9. rm lock
  10.