home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
bin
/
pon.wvdial
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-12
|
140 b
|
8 lines
#!/bin/sh
PATH=/bin:/usr/bin:/usr/sbin:/sbin
if [ -w /var/log/ppp.log ]; then
wvdial "$@" >>/var/log/ppp.log 2>&1 &
else
wvdial "$@" &
fi