Last active
December 28, 2017 18:39
-
-
Save Jakobud/a5594dda919686764914e1940e06c579 to your computer and use it in GitHub Desktop.
OpenVPN auto-stop Transmission downloads
This file contains 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
#!/bin/sh | |
echo "Stopping Transmission Torrent Downloading" | |
transmission-remote --auth transmission:transmission --torrent all --stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment