chiark
/
gitweb
/
~mdw
/
preload-hacks
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
47e19d1893cc529ff152ee126fadf58b689101ab
[preload-hacks]
/
withlib.in
1
#! /bin/sh
2
3
set -e
4
export LD_PRELOAD=$LD_PRELOAD${LD_PRELOAD+ }@lib@.so
5
[ $# -eq 0 ] && set -- "${SHELL-/bin/sh}"
6
exec "$@"