mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
4 lines
231 B
Ruby
Executable file
4 lines
231 B
Ruby
Executable file
#!/usr/bin/env jruby
|
|
#--enable-native-access=ALL-UNNAMED
|
|
#--enable-native-access=org.jruby.dist
|
|
system("JAVA_OPTS='--enable-native-access=ALL-UNNAMED --enable-native-access=org.jruby.dist' /usr/bin/env jirb -r ./Services/core.rb")
|