mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
8 lines
97 B
Bash
Executable file
8 lines
97 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
echo "==> Running Go build"
|
|
go build ./...
|