jam-cloud/runweb

6 lines
48 B
Bash
Executable File

#!/bin/bash
pushd web
bundle exec rails s
popd