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