mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-18 05:59:06 -04:00
3 lines
73 B
Bash
Executable File
3 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
exec "${IRONFOX_JAVA}" -jar "${IRONFOX_BUNDLETOOL_JAR}" "$@"
|