Skip to content

Instantly share code, notes, and snippets.

@Jakobud
Created 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/9f4160f9dce7dc484638b8635da42b64 to your computer and use it in GitHub Desktop.
Save Jakobud/9f4160f9dce7dc484638b8635da42b64 to your computer and use it in GitHub Desktop.
OpenVPN auto-start Transmission Downloads
#!/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