boltcard/s_build
2023-01-27 18:25:00 +00:00

10 lines
220 B
Text
Executable file

cd createboltcard
go build
cd ../wipeboltcard
go build
cd ..
go build
sudo cp boltcard.service /etc/systemd/system/boltcard.service
sudo systemctl daemon-reload
sudo systemctl stop boltcard
sudo systemctl start boltcard