3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
exec "${JAVA_HOME:-/usr/lib/jvm/default}/bin/${0##*/}" "$@"
|