Files
box-o-sand/conway/gen-web-assets
2012-12-18 22:03:26 -05:00

7 lines
97 B
Bash
Executable File

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