# ! /bin/sh
# 
#  This script prepends our $SHOME/newfun/lib/ directory to the shared
#  library load path before running the specified command.
# 
exec "$@"
