Skip to content

Commit

Permalink
Additional 101 documentation for the launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 25, 2025
1 parent 4b776f4 commit 71b6144
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/jruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
# -----------------------------------------------------------------------------
# jruby.sh - Start Script for the JRuby interpreter
#
# This script handles all Ruby and JRuby command-line arguments, detects the
# location of the `java` command and JRuby standard library, and launches JRuby
# using appropriate flags and configuration. A few flags provide additional
# information:
#
# * `jruby --help` for standard options, most based on Ruby flags.
# * `jruby --properties` to list all JRuby JVM properties for finer-grained
# configuration.
# * `jruby --environment` to show the `java` command line that will be run and
# log output explaining how we got there.
#
# This script is intended to be compatible with POSIX shell as much as possible
# modulo a few small features known to be nonstandard but present in nearly all
# POSIX shell implementations. We tell shellcheck to treat this source as dash,
Expand Down

0 comments on commit 71b6144

Please sign in to comment.