Skip to content

Instantly share code, notes, and snippets.

@wattanar
Last active January 17, 2017 16:38
Show Gist options
  • Save wattanar/0ad9f7a3bc6b0760b5ab to your computer and use it in GitHub Desktop.
Save wattanar/0ad9f7a3bc6b0760b5ab to your computer and use it in GitHub Desktop.
nohub run process in background
nohup [command] > /dev/null 2>&1&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment