2016-04-19 10:47:47 -05:00
|
|
|
#!/bin/bash
|
2016-04-19 14:26:35 -05:00
|
|
|
|
2016-04-20 10:40:07 -05:00
|
|
|
dir=$1
|
|
|
|
|
2016-04-20 10:44:03 -05:00
|
|
|
go get -u git.townsourced.com/townsourced/ironsmith
|
2016-04-20 10:40:07 -05:00
|
|
|
|
2016-04-20 11:22:42 -05:00
|
|
|
ls $dir
|
|
|
|
#cd $dir/src/git.townsourced.com/townsourced/ironsmith
|
2016-04-20 08:38:53 -05:00
|
|
|
|
2016-04-20 10:40:07 -05:00
|
|
|
go-bindata web/... && go build -a -v -o ironsmith
|