4 lines
73 B
Bash
Vendored
4 lines
73 B
Bash
Vendored
#!/bin/bash
|
|
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
|
|
exec "$@"
|