Skip to content

Instantly share code, notes, and snippets.

@ivey
Created October 24, 2008 16:48
Show Gist options
  • Save ivey/19484 to your computer and use it in GitHub Desktop.
Save ivey/19484 to your computer and use it in GitHub Desktop.
for app in /merbapps/* ; do
echo "Starting $app"
cd $app
if [ -e bin/merb ]
MERB_ENV=production bin/merb
else
MERB_ENV=production merb
fi
cd ..
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment