#!/bin/bash RUNNER=./DictionaryPC if ! test -x "$RUNNER" ; then . javalibs.sh RUNNER="$JAVA -classpath bin/ com.hughes.android.dictionary.engine.Runner" fi $RUNNER ConvertToV6 "$@"