github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/bin/generate-language-resources (about) 1 #!/usr/bin/env bash 2 3 set -e 4 5 go get github.com/jteeuwen/go-bindata/... 6 7 echo " Generating i18n Resource file" 8 go-bindata -pkg resources -ignore ".go" -o cf/resources/i18n_resources.go cf/i18n/resources/... cf/i18n/test_fixtures/...