Sha256: 6a08f5bbe3e33d7961ec30b21ba166eb80b9575c75345ae4fc1d81cba198f418
Contents?: true
Size: 383 Bytes
Versions: 3
Compression:
Stored size: 383 Bytes
Contents
#!/usr/bin/env bash DIR="$( cd "$( dirname "$0" )" && pwd )" cd $DIR/../sensible-cinema java -Xdock:name="Sensible Cinema" -Xdock:icon="./vendor/profs.png" -cp "./vendor/jruby-complete-1.6.2.jar" org.jruby.Main bin/sensible-cinema $1 $2 $3 || (echo ERROR. Please look for error message, above, and report back the error you see, or fix it && read -p "Press any key to continue...")
Version data entries
3 entries across 3 versions & 2 rubygems