log-manager/start.sh

2 lines
87 B
Bash
Executable File

screen -dmS log-manager | exit 0
screen -S log-manager -p 0 -X stuff 'go run main.go\n'