basic run script

This commit is contained in:
2024-09-24 16:44:00 -05:00
parent 5a9995a724
commit ee8ae95fd2

6
run.sh Executable file
View File

@@ -0,0 +1,6 @@
set -ex
go build -o out ./cmd/${1:-main}/
chmod +x ./out
./out
rm -f ./out