cmd-zet/build
Oliver Davies 9019f4579d Add titles command to show all IDs and titles
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-24 01:35:17 +01:00

9 lines
98 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
echo "Building..."
go build -o zet main.go
echo "Done."