From 507f1c3995d430aea4bad3d58334f525bfa8564a Mon Sep 17 00:00:00 2001 From: Tom Bell Date: Tue, 22 Jan 2013 23:10:51 +0000 Subject: [PATCH] Add a bootstrap script --- script/bootstrap | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 script/bootstrap diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 00000000..da4e3ef6 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,2 @@ +#!/bin/sh +bundle install