DEBSOURCES
Skip Quicknav
sources / ruby-octokit / 10.0.0-1 / script / console
1234567891011
#!/bin/sh set -e dir=`pwd` echo "===> Bundling..." script/bootstrap --quiet echo "===> Launching..." bundle console