diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 16:37:17 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 16:37:17 +0200 |
| commit | 45a297a8e526094e8fce6e2c5c0fd89b381d1765 (patch) | |
| tree | 852ebc3a0112c94dc9726d0b27ab057bf6383660 /.pik/build.sh | |
i have to commit at some point!
Diffstat (limited to '.pik/build.sh')
| -rw-r--r-- | .pik/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.pik/build.sh b/.pik/build.sh new file mode 100644 index 0000000..3b12060 --- /dev/null +++ b/.pik/build.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# build uwu +echo "$@" +CGO_ENABLED=0 go build -v "$@" . +echo "Congratulations!" |
