Search found 2 matches

by teambritta
Tue Sep 18, 2012 8:34 am
Forum: General
Topic: Auto-remove after X time script
Replies: 13
Views: 33425

Re: Auto-remove after X time script

Hi ZePHoN,

You're having this issue because this is a shell scritpt, not python.

Here are two ways to run it:

Code: Select all

sh /path/to/script/timenuke.sh
OR

Code: Select all

chmod +x /path/to/script/timenuke.sh
/path/to/script/timenuke.sh
Cheers,

Team Britta
by teambritta
Sat May 19, 2012 8:31 am
Forum: General
Topic: Auto-remove after X time script
Replies: 13
Views: 33425

Auto-remove after X time script

Hi all, Wrote this script for a communal Transmission instance. Our process is anyone can add a torrent, but they do not remove it upon completion. Instead they have to copy it another location (either their PC or another shared location) and leave it there for anyone else to get a copy. After the d...