summaryrefslogtreecommitdiff
path: root/src/hub/prepare
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-16 21:05:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-16 21:05:29 +0200
commitab31d25b314e7daab20d36b4849afeb7e125a1f0 (patch)
tree97e3ff06dfeadb8ec75ae36a2d5252863b2d5ccf /src/hub/prepare
parentadd testing shell scripts (diff)
added prepare script for go get
set sqlite db path to something more flexible...
Diffstat (limited to 'src/hub/prepare')
-rwxr-xr-xsrc/hub/prepare5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hub/prepare b/src/hub/prepare
new file mode 100755
index 0000000..31e0efc
--- /dev/null
+++ b/src/hub/prepare
@@ -0,0 +1,5 @@
+#!/bin/sh
+export GOPATH=$(pwd)
+export PATH=$GOPATH/bin:$PATH
+go get "github.com/coopernurse/gorp"
+go get "github.com/mattn/go-sqlite3"