Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- while (sleep 2 && /usr/bin/python3 ~/scripts/stop_4k_transcodes.py) &
- do
- wait $!
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement