summaryrefslogtreecommitdiff
path: root/start
diff options
context:
space:
mode:
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."
-