lambda-swear-generator/build.sh

4 lines
86 B
Bash

#! /bin/bash
GOOS=linux go build -o sweargen main.go
zip ../sweargen.zip *
rm sweargen