Files
r/AppRun
T
2025-04-09 00:00:21 +02:00

5 lines
134 B
Bash
Executable File

#!/bin/sh
HERE="$(dirname "$(readlink -f "$0")")"
export LD_LIBRARY_PATH="$HERE/usr/lib:$LD_LIBRARY_PATH"
exec "$HERE/usr/bin/r" "$@"