#!/bin/sh
#141215 sfs http://forum.puppyrus.org/index.php/topic,16173.0.html
p="`basename $0`"
LD_LIBRARY_PATH="/opt/$p/lib" exec "/opt/$p/bin/$p" "$@"

