mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-21 23:27:29 +00:00
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/usr/bin/env bash
|
|
|
|
export FFDEC_JARFILENAME=ffdec.jar
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
exec $SCRIPT_DIR/ffdec.sh "$@"
|