Skip to content

Instantly share code, notes, and snippets.

@markedagain
Created April 13, 2013 16:51
Show Gist options
  • Save markedagain/5379168 to your computer and use it in GitHub Desktop.
Save markedagain/5379168 to your computer and use it in GitHub Desktop.
cron for auto removing complete list from transmission
*/5 * * * * /usr/bin/transmission-remote -l | grep 100\% | grep Done | awk '{print $1}' | xargs -n 1 -I \% /usr/bin/transmission-remote -t \% -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment