Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created August 18, 2015 15:24
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 linus-amg/0993445ea0a2eefbb636 to your computer and use it in GitHub Desktop.
Save linus-amg/0993445ea0a2eefbb636 to your computer and use it in GitHub Desktop.
nohup node sudo grunt dev start
#!/bin/sh
nohup sudo node index.js >/dev/null 2>&1 &
nohup grunt >/dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment