Search found 1 match
- 17 Oct 2015, 09:07
- Forum: Scripting and Automation
- Topic: [OSX] Deluge AMC issues
- Replies: 1
- Views: 2306
[OSX] Deluge AMC issues
I am determined to get this to work! I am running OSX and the newest version of Deluge. I have deluge setup to call three scripts currently: The first is this: #!/bin/bash torrentid=$1 torrentname=$2 torrentpath=$3 echo "Torrent Details: " $torrentname $torrentpath $torrentid >> ~/Desktop/FBTest ...