Skip to content

Instantly share code, notes, and snippets.

@dksifoua
Created October 11, 2019 15:41
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 dksifoua/d2c775e2de272091e150f9aa259680ee to your computer and use it in GitHub Desktop.
Save dksifoua/d2c775e2de272091e150f9aa259680ee to your computer and use it in GitHub Desktop.
run_python_script_background.sh
nohup python index.py > output.log &
ps ax | grep index.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment