Emmettre un "voeu" qui se construit des même environnant ex : G1Films

This commit is contained in:
fred 2022-10-10 18:44:32 +02:00
parent 69683b95ca
commit 547f182c77
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ tiddlywiki --verbose --load ${INDEX} --output ~/.zen/tmp --render '.' 'voeu.json
for VOEU in $(cat ~/.zen/tmp/voeu.json | jq -r '.[].title')
do
echo "Detected $VOEU"
echo "Creating Voeu TW"
VOEU=$(echo "$VOEU" | sed -r 's/\<./\U&/g' | sed 's/ //g') # CapitalGluedWords
echo "Creating G1$VOEU TW"
~/.zen/Astroport.ONE/G1VOEUX.sh "$VOEU" "$PLAYER" "$INDEX"