make the column headers comma separated, too, so they align with the data
[fw/altos] / ao-tools / altosui / altosui-fat
1 #!/bin/sh
2 me=`which "$0"`
3 dir=`dirname "$me"`
4 exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/altosui-fat.jar  "$@"