Last active
January 17, 2017 16:38
-
-
Save wattanar/0ad9f7a3bc6b0760b5ab to your computer and use it in GitHub Desktop.
nohub run process in background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohup [command] > /dev/null 2>&1& |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment