altos/stm: Interrupt priority is in the upper bits of the priority mask
[fw/altos] / micropeak / micropeak-fat
1 #!/bin/sh
2 me=`which "$0"`
3 dir=`dirname "$me"`
4 exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/micropeak-fat.jar  "$@"