home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / wget.sh.done < prev    next >
Text File  |  2005-01-23  |  124b  |  8 lines

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