Skip to content

Commit

Permalink
chore: build upon restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 14, 2024
1 parent e9403fb commit 7c326fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion restart.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/bin/bash

pkill scc
git fetch
git pull

go mod tidy
echo "Building..."
go build .

pkill scc

0 comments on commit 7c326fa

Please sign in to comment.