Tagged Questions
0
votes
0answers
176 views
ln permission denied
So I've set up transmission (the torrent app) to run a script on my torrent to automagically move my torrents and create symlinks to them. This is the script:
#!/bin/bash
curl -d ...
1
vote
1answer
755 views
Transmission shutdown script for multiple torrents?
I have written a shutdown script for transmission. Transmission calls the script after a torrent download finishes. The script runs perfectly on my machine (Ubuntu 11.04 & 12.04).
#!/bin/bash
...