Build script

This commit is contained in:
Dejvino 2020-10-20 00:35:59 +02:00
parent 240549392b
commit 732e88a263
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
*.test *.test
stash/ stash/
# output
boxen

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
GO111MODULE=on go build -o boxen main.go