Search found 1 match
- Sun Sep 30, 2018 4:49 pm
- Forum: Plugins
- Topic: Execute Plug-in auto upload
- Replies: 1
- Views: 2469
Execute Plug-in auto upload
hello everyone, i have this script: #!/bin/bash torrentid=$1 torrentname=$2 torrentpath=$3 echo "Torrent Details: " "$torrentname" "$torrentpath" "$torrentid" >> /home/deluge/log.txt echo "Torrent Details: " "$torrentname" "$torrentpat...