From 6ae600048577110f311790e6f9db901fecb7a137 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 15:59:42 +0200 Subject: [PATCH] add more info scripts --- mrc-client/info-v1.sh | 7 +++++++ mystic/info-v1.sh | 2 +- spellcheck/info-v1.sh | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/mrc-client/info-v1.sh b/mrc-client/info-v1.sh index e69de29..cd17835 100644 --- a/mrc-client/info-v1.sh +++ b/mrc-client/info-v1.sh @@ -0,0 +1,7 @@ +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/mystic/info-v1.sh b/mystic/info-v1.sh index 907184f..40fd011 100644 --- a/mystic/info-v1.sh +++ b/mystic/info-v1.sh @@ -6,5 +6,5 @@ echo "Settings in Mystic General Settings" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "Python2 Library: $PYTHON2" >> ${DBP_INFO} echo "Python3 Library: $PYTHON3" >> ${DBP_INFO} - +echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/spellcheck/info-v1.sh b/spellcheck/info-v1.sh index e69de29..a5fc5b8 100644 --- a/spellcheck/info-v1.sh +++ b/spellcheck/info-v1.sh @@ -0,0 +1,8 @@ +echo "" >> ${DBP_INFO} +echo "More infos about the Spellcheck can be found in the" >> ${DBP_INFO} +echo "${MYSTIC_DIR}/docs/Spellcheck_README.txt" >> ${DBP_INFO} +echo "Also in" >> ${DBP_INFO} +echo "${MYSTIC_DIR}/data/dictlist.txt" >> ${DBP_INFO} +echo "you can add additional Hunspell compatible dictionaries" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO}