jam-cloud/runadmin

7 lines
79 B
Plaintext
Raw Normal View History

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