4 lines
137 B
Bash
Executable file
4 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
export LD_PRELOAD="$(dirname "$(realpath "$(command -v "$0")")")/../lib/fcnatfwpshare.so${LD_PRELOAD:+:}$LD_PRELOAD"
|
|
exec "$@"
|