From console:
bash <(curl -s https://raw.githubusercontent.com/117/demon/master/install.sh)
Use the spawn command to daemonize a script or executable.
$ demon spawn ./my-executable
A new demon has been spawned with PID 12345.
View running daemons with the list command.
$ demon list
PID Uptime Exec Command
64390 2 seconds ago demon ./my-executable
Pull requests are encouraged.