[LINUX]Running multiple PP scripts
Posted: February 14th, 2015, 12:10 pm
Hey guys,
its sanders fault that i have 2 new pp scripts
(Thanks again!)
I need to run 3 python pp scripts after my download completed.
Found a thread here but i think its only for bash scripts ?
That here doesnt work
Thanks !
its sanders fault that i have 2 new pp scripts
I need to run 3 python pp scripts after my download completed.
Found a thread here but i think its only for bash scripts ?
That here doesnt work
Code: Select all
#!/usr/bin/env bash
./SAB-SafeRename.py &&
./mkv-process-audio-and-subs.py &&
./nzbToSickBeard.py &&