#!/bin/sh
PORT=4000 echo 'server will be started at '$PORT rails s -b 0.0.0.0 -p $PORT -e development