Skip to content

Instantly share code, notes, and snippets.

@kirevdokimov
Created May 17, 2020 23:40
Show Gist options
  • Save kirevdokimov/4be0c47c7fb759edcdc7ea0fcfd8fa7d to your computer and use it in GitHub Desktop.
Save kirevdokimov/4be0c47c7fb759edcdc7ea0fcfd8fa7d to your computer and use it in GitHub Desktop.
Run process silent and disowned
# Run "run" script silent and disowned
./run 1>/dev/null 2>/dev/null & disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment