This commit is contained in:
2024-08-27 01:06:25 +02:00
parent 00130ace72
commit 740dfe5749
90 changed files with 313 additions and 251 deletions

View File

@@ -13,6 +13,6 @@ swd="$(dirname "$(realpath "$0")")"
if [ ! -e "${swd}/Lib/Globals.sh" ]
then swd="${swd}/.."
fi
eval "$(sed -e 's| = |=|g' "${swd}/../config.toml")"
#eval "$(sed -e 's| = |=|g' "${swd}/../config.toml")"
Python3="$([ -n "$(which python3)" ] && echo python3 || echo python)"