box-o-sand/conway/gen-web-assets

7 lines
94 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
cd web_assets
go build .
./web_assets index.html | gofmt > ../web_assets.go