From b70d954d0ee2ec4b2daccf1c15ed731512cc26ed Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 21 Nov 2020 15:28:06 -0700 Subject: chore: add setup and server scripts See https://github.com/github/scripts-to-rule-them-all for additional information on this convention. --- script/setup | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script/setup (limited to 'script/setup') diff --git a/script/setup b/script/setup new file mode 100755 index 0000000..9ae57de --- /dev/null +++ b/script/setup @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +gem install --conservative rack rack-test -- cgit v1.2.3