Sha256: 2bfaeb93391cbee13146cd1e2b9d6f2ea2990b7d6784a5e0f3be6696e094dc4e
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
#!/bin/sh # script/console: Launch a console for the application. Optionally allow an # environment to be passed in to let the script handle the # specific requirements for connecting to a console for that # environment. set -e cd "$(dirname "$0")/.." # no argument provided, so just run the local console in the development # environment. Ensure the application is up to date first. script/update bin/console
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glyptodont-0.3.0 | script/console |
glyptodont-0.2.0 | script/console |
glyptodont-0.1.0 | script/console |