jam-cloud/runadmin

7 lines
79 B
Bash
Executable File

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