7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
pushd admin
|
||
|
|
# run jam-admin rails server
|
||
|
|
bundle exec rails s
|
||
|
|
popd
|