]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - convert_to_v6.sh
Add code to convert a Dictionary to the old v6 format.
[DictionaryPC.git] / convert_to_v6.sh
diff --git a/convert_to_v6.sh b/convert_to_v6.sh
new file mode 100755 (executable)
index 0000000..3b6bd5c
--- /dev/null
@@ -0,0 +1,3 @@
+JAVA=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
+test -x "$JAVA" || JAVA=java
+"$JAVA" -classpath bin/ com.hughes.android.dictionary.engine.ConvertToV6 "$@"