add telemini-v3.0 to list of binaries we stach in LLC repo for production use
[fw/altos] / telegps / telegps-fat
1 #!/bin/sh
2 me=`which "$0"`
3 dir=`dirname "$me"`
4 exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/telegps-fat.jar  "$@"