summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-26 20:35:43 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-26 20:35:43 -0400
commit2d0fe1a4197e70cb99f4285a8b32a645914d8beb (patch)
treea1d4270924d24dd441bbd95db980952ea83d9223 /start.sh
parent78df502c74525cee987e551fc82e91595e63ed01 (diff)
Wrote a script the start the server called start deleted the old one. The new one has 2 flag options -c and -s these correspond to starting the console or server respectively.
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/start.sh b/start.sh
deleted file mode 100755
index 2b58327..0000000
--- a/start.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-bundle exec rails server --daemon
-