aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorTeddy Wing2015-12-07 22:32:39 -0500
committerTeddy Wing2015-12-07 22:32:39 -0500
commitd0e7441545f66aba4e0ba1af870978b675f5fa09 (patch)
tree8996cae2411b96291991802a897593d4060b41b8 /setup.sh
parentf309dad6d25583a33780b4dbd4782c711438eefe (diff)
downloadRuby-Web-Sessions-Exercise-d0e7441545f66aba4e0ba1af870978b675f5fa09.tar.bz2
Add setup.sh
A setup file for initialising the project.
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..184754c
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+bundle install --path vendor/bundle