7e385f55ee09569800898b64fa3f61853281b99b
[preload-hacks] / noip
1 #! /bin/sh
2
3 set -e
4 export LD_PRELOAD=$LD_PRELOAD${LD_PRELOAD+ }./noip.so
5 [ $# -eq 0 ] && set -- "$SHELL"
6 exec "$@"