lisp: Fix up lisp build so projects can get ao_lisp_const.h built as needed
[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  "$@"