home *** CD-ROM | disk | FTP | other *** search
/ ftp.conserver.com / 2015.02.ftp.conserver.com.tar / ftp.conserver.com / conserver / .getconsolepages next >
Text File  |  2005-02-27  |  2KB  |  65 lines

  1. #!/bin/sh
  2.  
  3. PATH="/usr/bin:/usr/local/bin"; export PATH
  4. WGETRC="./.wgetrc"; export WGETRC
  5.  
  6. cd /home/ftp/conserver
  7.  
  8. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/ 2>&1 | \
  9. sed -ne '/Not Found/!h
  10. /Not Found/ { H
  11. g
  12. p
  13. }'
  14.  
  15. exit
  16.  
  17. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/msock.html 2>&1 | \
  18. sed -ne '/Not Found/!h
  19. /Not Found/ { H
  20. g
  21. p
  22. }'
  23. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/gsock.html 2>&1 | \
  24. sed -ne '/Not Found/!h
  25. /Not Found/ { H
  26. g
  27. p
  28. }'
  29. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/ciscocons.html 2>&1 | \
  30. sed -ne '/Not Found/!h
  31. /Not Found/ { H
  32. g
  33. p
  34. }'
  35. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/iolancons.html 2>&1 | \
  36. sed -ne '/Not Found/!h
  37. /Not Found/ { H
  38. g
  39. p
  40. }'
  41. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/annexcons.html 2>&1 | \
  42. sed -ne '/Not Found/!h
  43. /Not Found/ { H
  44. g
  45. p
  46. }'
  47. wget -nv -N -r -I/~zonker/consoles --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/consoles/xyplexcons.html 2>&1 | \
  48. sed -ne '/Not Found/!h
  49. /Not Found/ { H
  50. g
  51. p
  52. }'
  53. wget -nv -N --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/LISA2002-T9.pdf 2>&1 | \
  54. sed -ne '/Not Found/!h
  55. /Not Found/ { H
  56. g
  57. p
  58. }'
  59. wget -nv -N --no-host-directories --directory-prefix=consoles --cut-dirs=2 http://www.jeffk.com/~zonker/LISA2002-T12.pdf 2>&1 | \
  60. sed -ne '/Not Found/!h
  61. /Not Found/ { H
  62. g
  63. p
  64. }'
  65.