home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / ROOT / START.DIP < prev    next >
Text File  |  1995-01-15  |  330b  |  14 lines

  1. #!/bin/sh
  2.  
  3. # Start the main dialup IP connection.
  4. /sbin/dip /root/esoterica
  5.  
  6. # Add the route through demon to the world.  This bit of the 
  7. # script is needed only if you have buggy dip or route commands.
  8. # /sbin/route add nether.demon.co.uk
  9. # /sbin/route add default gw nether.demon.co.uk
  10.  
  11. # Allow things to settle down.
  12. sleep 2
  13.  
  14.