Skip to content

Instantly share code, notes, and snippets.

@Jakobud
Last active December 28, 2017 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jakobud/a5594dda919686764914e1940e06c579 to your computer and use it in GitHub Desktop.
Save Jakobud/a5594dda919686764914e1940e06c579 to your computer and use it in GitHub Desktop.
OpenVPN auto-stop Transmission downloads
#!/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