Skip to content

Commit 12e5a08

Browse files
author
Oleg Sucharevich
committed
add local build script
1 parent c94e578 commit 12e5a08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hack/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -e
3+
OUTFILE=/usr/local/bin/go-sdk
4+
go build -o $OUTFILE main.go
5+
6+
chmod +x $OUTFILE

0 commit comments

Comments
 (0)