#!/bin/bash

cd /srv/www/vhosts/greenlight/
export RAILS_ENV="production"
export $(grep -v '^#' /etc/sysconfig/greenlight | xargs)
./bin/${0##*-} "${@}"
