From 2d0fe1a4197e70cb99f4285a8b32a645914d8beb Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Sat, 26 Apr 2014 20:35:43 -0400 Subject: 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. --- start.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 start.sh (limited to 'start.sh') 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 - -- cgit v1.2.3-2-g168b