10 lines
179 B
Bash
10 lines
179 B
Bash
#!/bin/bash
|
|
|
|
dir=$1
|
|
|
|
go get -u git.townsourced.com/townsourced/ironsmith
|
|
|
|
cd $dir/src/git.townsourced.com/townsourced/ironsmith
|
|
|
|
go-bindata web/... && go build -a -v -o ironsmith
|