From aacf3eb7eafd50a633800d6b2b48a73099da8a8f Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Sep 2020 15:57:38 -0600 Subject: chore: add bin/setup script --- bin/setup | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/setup (limited to 'bin') 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 -- cgit v1.2.3