From bc3a5382c31cc102d72737f25f9b2b92e56e61cc Mon Sep 17 00:00:00 2001 From: lhess2021 Date: Thu, 3 Mar 2022 19:33:45 -0500 Subject: [PATCH] use python script --- shell-scripts.d/canticle-to-xml.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell-scripts.d/canticle-to-xml.sh b/shell-scripts.d/canticle-to-xml.sh index 1b4ad1f..90277b0 100755 --- a/shell-scripts.d/canticle-to-xml.sh +++ b/shell-scripts.d/canticle-to-xml.sh @@ -12,7 +12,8 @@ if [[ "$(pwd | awk -F'/' '{print $NF}')" =~ inferno-xml.d|purgatorio-xml.d|paradiso-xml.d ]]; then clear echo "Starting..." - cp ../shell-scripts.d/word-tags.sh . && ./word-tags.sh && rm word-tags.sh - cp ../shell-scripts.d/terzina-tags.sh . && ./terzina-tags.sh && rm terzina-tags.sh + cp ../py-scripts.d/word-tags.py && python3 word-tags.py && rm word-tags.py + #cp ../shell-scripts.d/word-tags.sh . && ./word-tags.sh && rm word-tags.sh + cp ../shell-scripts.d/tercet-tags.sh . && ./tercet-tags.sh && rm tercet-tags.sh cp ../shell-scripts.d/top-level-tags.sh . && ./top-level-tags.sh && rm top-level-tags.sh fi