mirror of
https://forge.chapril.org/tykayn/book_generator
synced 2025-06-20 01:34:43 +02:00
10 lines
229 B
Bash
Executable file
10 lines
229 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "mise à jour des infos"
|
|
python3 find_characters_in_book.py
|
|
python3 stats_chapitres.py
|
|
python3 make_intrigues_to_csv.py
|
|
python3 gantt_parser.py
|
|
python3 follow_progress.py
|
|
python3 format_typo.py
|
|
bash git_save.sh
|