diff --git a/justfile b/justfile new file mode 100644 index 0000000..9543699 --- /dev/null +++ b/justfile @@ -0,0 +1,12 @@ +test: + go test ./... + +gentest: + #!/bin/bash + if [ -e foobar ]; then + rm -rf foobar + fi + + go run cmd/zona/main.go test + + # bat foobar/img.html