Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created February 1, 2019 15:17
Show Gist options
  • Save Banhawy/55ba374c6317b3c9de6399474ede4dd0 to your computer and use it in GitHub Desktop.
Save Banhawy/55ba374c6317b3c9de6399474ede4dd0 to your computer and use it in GitHub Desktop.
[Run proccess in background] #linux #node
# Will return the process id
nohup any_command &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment