From 6db883db5a992c78fc3b117dd76424ee0dd265f5 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 22 Mar 2014 17:03:13 -0400 Subject: [PATCH] add script/bootstrap --- script/bootstrap | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 script/bootstrap diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 0000000..7d35d75 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +bundle install