NetworkMonitor/restart.sh

7 lines
76 B
Bash
Executable File

sudo systemctl stop nwm
go build -o nwm main.go
sudo systemctl start nwm