Sha256: ccb679c3ef50be287908d17132e47d5672299bd3705c8925008fb9d7e255c69e
Contents?: true
Size: 229 Bytes
Versions: 17
Compression:
Stored size: 229 Bytes
Contents
#!/bin/sh <%# bash script to run exported application on linux %> APPDIR=$(dirname "$0") export EXPORTED="true" cd "$APPDIR/lib" java -cp "<%= @linux_class_path %>" org.jruby.Main ruby-processing/runners/run.rb <%= @main_file %>
Version data entries
17 entries across 17 versions & 1 rubygems