meta: add shell script to generate while on linux

This commit is contained in:
2026-01-24 09:37:41 -05:00
parent 5bf2588d41
commit 0126101b1b
3 changed files with 13 additions and 1 deletions

8
generate.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -ex
go run ./horsegen "$@"
go generate ./horse/...
go fmt ./...
go test ./...