Skip to content

Instantly share code, notes, and snippets.

@munky69rock
Created September 19, 2012 02:39
Show Gist options
  • Save munky69rock/3747337 to your computer and use it in GitHub Desktop.
Save munky69rock/3747337 to your computer and use it in GitHub Desktop.
command to start a background process
#!/bin/sh
nohup $* > nohup.out 2> nohup.err < /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment