home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
wget.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
2003-11-22
|
118b
|
8 lines
#!/bin/sh
VERSION=1.9.1
if [ ! -f /etc/wgetrc ] ; then
cp /usr/doc/wget-${VERSION}/sample.wgetrc /etc/wgetrc
fi