mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-26 17:49:04 -07:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
export JRUBY_CP=`java-config -d -p jruby`
|
|
exec bash /usr/share/jruby/bin/jruby "${@}"
|