home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / Y / STARTMOU.SH < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-04-20  |  165 b   |  7 lines

  1. #!/bin/sh
  2. if [ -r /tmp/gpmkilled ]; then
  3.   /usr/bin/grep gpm /etc/rc.d/rc.local > /tmp/gpmscript
  4.   /bin/sh /tmp/gpmscript
  5.   /bin/rm /tmp/gpmscript /tmp/gpmkilled
  6. fi
  7.