Skip to content

Instantly share code, notes, and snippets.

@uneasyguy
Created July 18, 2019 20:08
Show Gist options
  • Save uneasyguy/3adaaa938474b2d499d5db9e07307ff3 to your computer and use it in GitHub Desktop.
Save uneasyguy/3adaaa938474b2d499d5db9e07307ff3 to your computer and use it in GitHub Desktop.
forever_shell from youtube video
#!/bin/sh
/usr/local/bin/forever start -s --minUptime 1000 --spinSleepTime 1000 -c python3 ~/appscript/app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment