Browse Source

use python script

main
lhess2021 4 years ago
parent
commit
bc3a5382c3
  1. 5
      shell-scripts.d/canticle-to-xml.sh

5
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 if [[ "$(pwd | awk -F'/' '{print $NF}')" =~ inferno-xml.d|purgatorio-xml.d|paradiso-xml.d ]]; then
clear clear
echo "Starting..." echo "Starting..."
cp ../shell-scripts.d/word-tags.sh . && ./word-tags.sh && rm word-tags.sh cp ../py-scripts.d/word-tags.py && python3 word-tags.py && rm word-tags.py
cp ../shell-scripts.d/terzina-tags.sh . && ./terzina-tags.sh && rm terzina-tags.sh #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 cp ../shell-scripts.d/top-level-tags.sh . && ./top-level-tags.sh && rm top-level-tags.sh
fi fi

Loading…
Cancel
Save