summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
new file mode 100755
index 0000000..4454ee8
--- /dev/null
+++ b/bin/setup
@@ -0,0 +1,9 @@
+#!/bin/bash -l
+
+set -e
+
+cd "$(dirname "$0")/.."
+
+bundle config --local path vendor
+bundle config --local jobs "$(nproc)"
+bundle install