Build script

master
pocketjawa 2019-05-21 22:31:56 -04:00
parent f46ed060aa
commit 7184145639
1 changed files with 3 additions and 0 deletions

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#! /bin/bash
GOOS=linux go build -o sweargen main.go
zip ../sweargen.zip *