lambda-swear-generator/build.sh

3 lines
74 B
Bash

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