Execute a command in a detached process independent of the terminal
Execute given command in detached process
detach
$ detach ./my_script.sh
$ detach npm start
$ detach python server.py > server.log 2>&1