jam-cloud/runweb

7 lines
78 B
Bash
Executable File

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