From 8f8345dd63c60ec0684176f00e07d66e160cf857 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 Jun 2014 10:57:54 -0400 Subject: Clean up executables --- start | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 start (limited to 'start') 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." - -- cgit v1.2.3