jam-cloud/runweb

7 lines
75 B
Bash
Executable File

#!/bin/bash
pushd web
# run jam-web rails server
bundle exec rails s
popd