detach

Execute a command in a detached process independent of the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Execute given command in detached process

Commands

detach

Examples

Run a long-running script in the background detached from terminal$ detach ./my_script.sh
Execute a command that continues running after closing the terminal$ detach npm start
Start a server process detached with output redirected to a file$ detach python server.py > server.log 2>&1