Skip to content

Instantly share code, notes, and snippets.

@nonkimista
Last active May 2, 2019 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonkimista/0a437145830f8371758a47198f80adc2 to your computer and use it in GitHub Desktop.
Save nonkimista/0a437145830f8371758a47198f80adc2 to your computer and use it in GitHub Desktop.
#!/bin/bash
pkill -f 'cRe5520\.py'
read -p '[ Hit Enter or Ctrl+C ]$ ' -t 10
nohup python3 ./cRe5520.py >/dev/null 2>&1 &
echo -e "\nsystem'cRe5520' has started..."
pgrep -af 'cRe5520\.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment