6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/bash
|
|
|
|
go get -u git.townsourced.com/townsourced/ironsmith
|
|
|
|
go-bindata web/... && go build -a -v -o ironsmith
|