summaryrefslogtreecommitdiff
path: root/start
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:57:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:57:54 -0400
commit8f8345dd63c60ec0684176f00e07d66e160cf857 (patch)
tree5012aecc981782ada238d55ea7e7d531799c119b /start
parent0453b075c73817f7c05de14894ec78f3d6356c81 (diff)
Clean up executables
Diffstat (limited to 'start')
-rwxr-xr-xstart11
1 files changed, 0 insertions, 11 deletions
diff --git a/start b/start
deleted file mode 100755
index 9ee8eba..0000000
--- a/start
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if [ $1 == "-c" ]; then
- bundle exec rails c
-fi
-if [ $1 == "-s" ]; then
- bundle exec rails s
-fi
-
-#echo "Only use: start -c or start -s. Don't be a jackass."
-