summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-03-01 19:56:04 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-03-01 19:56:04 -0500
commite9015aebe596b2b315617e38cc7f04c5c23718d9 (patch)
treec278bc96951abad098c75f1d868cd8dc8a73a5af /start.sh
parent5021d01548dd7b9d0080fc69c782f23bfb9a4620 (diff)
I added a start.sh file so that you can just type ./start.sh to both generate and start the server.
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/start.sh b/start.sh
new file mode 100755
index 0000000..c03361e
--- /dev/null
+++ b/start.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+generate.sh
+bundle exec rails server &
+