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
commite73f2a30699cc7ce9c7959ede513aec8c3942586 (patch)
treef0235bdc39a64a6bbfe6823c7b05f7d74520ebf4 /start.sh
parent8d75a450ec1e34205ec4bee5587e8bddb9c89d21 (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 &
+