Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save filevich/a2045bba13d8b22169f3f7885fcaa229 to your computer and use it in GitHub Desktop.
Save filevich/a2045bba13d8b22169f3f7885fcaa229 to your computer and use it in GitHub Desktop.
run command in background & survive terminal close
# from: https://unix.stackexchange.com/questions/4004/how-can-i-run-a-command-which-will-survive-terminal-close
$ your-command-here &
$ disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment