Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created October 11, 2016 15:07
Show Gist options
  • Save omar-yassin/3844087136b54c73bdf10282ebdd751d to your computer and use it in GitHub Desktop.
Save omar-yassin/3844087136b54c73bdf10282ebdd751d to your computer and use it in GitHub Desktop.
run program in background before exiting
control + z
disown -h %1
bg 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment