lambda-swear-generator/build.sh

4 lines
86 B
Bash
Raw Normal View History

2019-05-22 02:31:56 +00:00
#! /bin/bash
GOOS=linux go build -o sweargen main.go
2019-05-22 02:35:49 +00:00
zip ../sweargen.zip *
rm sweargen