diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-22 16:54:49 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-22 16:54:49 +0200 |
| commit | 007e2de369f9fc26da3237646de14f2af5052ee8 (patch) | |
| tree | f81557385628fc93f1ef9616b8bc75a304f9d740 /.pik/build.sh | |
initial commit
Diffstat (limited to '.pik/build.sh')
| -rw-r--r-- | .pik/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pik/build.sh b/.pik/build.sh new file mode 100644 index 0000000..63a9c0c --- /dev/null +++ b/.pik/build.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +go build "$@" .
\ No newline at end of file |
