Initial commit.
[hondza-y36pr2.git] / tos / tos
blobcee4d52e8e391c8257ff2e6579251c61449590f7
1 #!/bin/mksh
3 if [ $# = 0 ] ; then
4         echo "  usage:"
5         echo "          tos <prog> [args]"
6         exit
7 fi
9 LD_PRELOAD="${LD_PRELOAD} /usr/local/lib/libtos.so"
10 export LD_PRELOAD
11 exec "$@"