Guest User

Untitled

a guest
Feb 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for app in /merbapps/* ; do
  2. echo "Starting $app"
  3. cd $app
  4. if [ -e bin/merb ]
  5. MERB_ENV=production bin/merb
  6. else
  7. MERB_ENV=production merb
  8. fi
  9. cd ..
  10. done
Add Comment
Please, Sign In to add comment