Skip to content

Instantly share code, notes, and snippets.

@ppaskowsky
Last active August 29, 2015 14:21
Show Gist options
  • Save ppaskowsky/871d7d5b8d3315db21d0 to your computer and use it in GitHub Desktop.
Save ppaskowsky/871d7d5b8d3315db21d0 to your computer and use it in GitHub Desktop.
Download All Linux Torrents From SilenceIsDefeat.com
#/bin/bash
#
# This script downloads all the latest Linux iso torrents to
# your watch directory - add your download directory after -P
#
wget -r -nH --cut-dirs=3 --no-parent --reject="index.html*" http://users.silenceisdefeat.net/~petes/all-torrents/ -P /root/watch/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment