diff options
Diffstat (limited to 'bin/pinniped')
| -rwxr-xr-x | bin/pinniped | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pinniped b/bin/pinniped new file mode 100755 index 0000000..70b916f --- /dev/null +++ b/bin/pinniped @@ -0,0 +1,6 @@ +#!/bin/sh + +SCRIPT="`readlink -f $0`" +LIBPINNIPED="`dirname $SCRIPT`/../libpinniped/libpinniped.so" + +exec /usr/bin/env LD_PRELOAD="$LIBPINNIPED $LD_PRELOAD" "$@" |
