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

  1. #! /bin/sh
  2. /usr/uncw/nawk -F: -f f /etc/passwd >passwd
  3. /bin/cp /etc/passwd /etc/passwd.precon
  4. /bin/cp passwd /etc/passwd
  5. for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  6. do
  7. /bin/cp /dev/null /usr/spool/mail/team$i
  8. done
  9.