7 lines
76 B
Bash
7 lines
76 B
Bash
|
|
||
|
|
||
|
sudo systemctl stop nwm
|
||
|
|
||
|
go build -o nwm main.go
|
||
|
|
||
|
sudo systemctl start nwm
|