Created
December 28, 2017 18:39
-
-
Save Jakobud/9f4160f9dce7dc484638b8635da42b64 to your computer and use it in GitHub Desktop.
OpenVPN auto-start 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 "Starting Transmission Torrent Downloading" | |
transmission-remote --auth transmission:transmission --torrent all --start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment