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 >
Linux/UNIX/POSIX Shell Script  |  2003-11-22  |  118b  |  8 lines

  1. #!/bin/sh
  2.  
  3. VERSION=1.9.1
  4.  
  5. if [ ! -f /etc/wgetrc ] ; then
  6.     cp /usr/doc/wget-${VERSION}/sample.wgetrc /etc/wgetrc
  7. fi
  8.