home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
ROOT
/
START.DIP
< prev
next >
Wrap
Text File
|
1995-01-15
|
330b
|
14 lines
#!/bin/sh
# Start the main dialup IP connection.
/sbin/dip /root/esoterica
# Add the route through demon to the world. This bit of the
# script is needed only if you have buggy dip or route commands.
# /sbin/route add nether.demon.co.uk
# /sbin/route add default gw nether.demon.co.uk
# Allow things to settle down.
sleep 2