mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-07-30 17:36:14 -04:00
This should improve security (by ensuring we always specify the full paths to executables, and preventing use of unintended/undesired system executables), control (by allowing users to specify where these executables should be located), and consistency/reproducability Signed-off-by: celenity <celenity@celenity.dev>
3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
exec "${IRONFOX_PYTHON}" "${IRONFOX_GRADLE_PY}" "$@"
|