Created
April 13, 2013 16:51
-
-
Save markedagain/5379168 to your computer and use it in GitHub Desktop.
cron for auto removing complete list from transmission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*/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