Advertisement
Guest User

Untitled

a guest
Feb 18th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. while (sleep 2 && /usr/bin/python3 ~/scripts/stop_4k_transcodes.py) &
  3. do
  4.   wait $!
  5. done
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement