2605 shaares
90 private links
90 private links
Background a job in zsh: executablename&
background a job and disown it: executablename&!
this allows you to close zsh while keeping the process running
Background a job in zsh: executablename&
background a job and disown it: executablename&!
this allows you to close zsh while keeping the process running