joy4/atom/genStruct.sh
2015-11-27 15:06:44 +08:00

5 lines
106 B
Bash
Executable File

#!/bin/bash
node --harmony_rest_parameters genStruct.js > struct.go && gofmt -w struct.go && go build .