jam-cloud/runweb

7 lines
75 B
Plaintext
Raw Permalink Normal View History

2013-09-25 15:34:53 +00:00
#!/bin/bash
pushd web
2014-01-05 00:02:48 +00:00
# run jam-web rails server
2013-09-25 15:34:53 +00:00
bundle exec rails s
popd