Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. pkill -f 'cRe5520\.py'
  3. read -p '[ Hit Enter or Ctrl+C ]$ ' -t 10
  4. nohup python3 ./cRe5520.py >/dev/null 2>&1 </dev/null &
  5. echo -e "\nsystem'cRe5520' has started..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement