Skip to content

Instantly share code, notes, and snippets.

@jollychang
Created September 8, 2011 08:18
Show Gist options
  • Save jollychang/1202912 to your computer and use it in GitHub Desktop.
Save jollychang/1202912 to your computer and use it in GitHub Desktop.
add torrents by transmission-remote
find /home/jollychang/torrent/ -name "*.torrent" -exec transmission-remote -a {} \;
rm /home/jollychang/torrent/*.torrent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment