Last active
April 10, 2019 08:52
-
-
Save gizemabali/33f02f9d03375761689728ea120db808 to your computer and use it in GitHub Desktop.
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
# run script on the background | |
nohup script.sh & | |
# run script on the background and logs to a file | |
nohup script.sh > filename & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment