partial
This commit is contained in:
parent
1ac076319a
commit
5af1629cc5
9 changed files with 103 additions and 3 deletions
10
script/s_build
Executable file
10
script/s_build
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue