diff options
Diffstat (limited to 'src/hub/build')
-rwxr-xr-x | src/hub/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hub/build b/src/hub/build new file mode 100755 index 0000000..3c42290 --- /dev/null +++ b/src/hub/build @@ -0,0 +1,6 @@ +#!/bin/sh +export GOPATH=$(pwd) +export PATH=$GOPATH/bin:$PATH +go install spreadspace.org/sfive-hub +go test spreadspace.org/sfive + |