From 369b96c1da3137d2ae200fbc65310877aed011b1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 22 Jul 2015 14:25:58 +0700 Subject: office/LanguageTool: Added (style and grammar checker). Signed-off-by: Willy Sudiarto Raharjo --- office/LanguageTool/languagetool-cli.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 office/LanguageTool/languagetool-cli.sh (limited to 'office/LanguageTool/languagetool-cli.sh') diff --git a/office/LanguageTool/languagetool-cli.sh b/office/LanguageTool/languagetool-cli.sh new file mode 100644 index 0000000000..4d3d0b839b --- /dev/null +++ b/office/LanguageTool/languagetool-cli.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/LanguageTool/ +java -jar languagetool-commandline.jar -- cgit v1.2.3