Remove executable after zip

master
pocketjawa 2019-05-21 22:35:49 -04:00
parent 7184145639
commit ee84de012b
1 changed files with 2 additions and 1 deletions

View File

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