]> gitweb.fperrin.net Git - DictionaryPC.git/blob - convert_to_v6.sh
Add code to convert a Dictionary to the old v6 format.
[DictionaryPC.git] / convert_to_v6.sh
1 JAVA=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
2 test -x "$JAVA" || JAVA=java
3 "$JAVA" -classpath bin/ com.hughes.android.dictionary.engine.ConvertToV6 "$@"