Files
chirpy/run.sh
T

8 lines
101 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
go build -o ./bin/chirpy .
2026-08-05 10:13:23 -05:00
./bin/chirpy