lambda-swear-generator/build.sh

3 lines
74 B
Bash
Raw Normal View History

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