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/bash | |
# Helper script for deluge or qBittorrent bittorrent clients | |
# Intended to be run when the torrent download completes | |
# | |
# for qBittorrent, enable 'Run external program on torrent completion' under 'Downloads' in the options dialog. | |
# in the text field, enter: | |
# | |
# <path to>/torrent-complete.sh "%K" "%N" "%D" | |
# |