Sha256: ba86d92f9831e2f11e6dcffaf529c3f765f1a44dce577b20c9daacc3c362cdb8
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
#!/bin/bash -e if [[ -n $1 ]]; then GOLEM_WIKI=$1; shift else GOLEM_WIKI=$(pwd) fi export GOLEM_WIKI bundle check 2>&- || { bundle install --local && bundle check; } exec bundle exec thin start -R config/golem.ru
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
RTFMd-0.10301.2 | bin/rtfmd |
RTFMd-0.10301.1 | bin/rtfm |