2024-09-06 11:47:54 +02:00
|
|
|
#!/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
|
2024-10-15 19:12:23 +02:00
|
|
|
python3 follow_progress.py
|
2024-10-20 01:06:43 +02:00
|
|
|
python3 format_typo.py
|
|
|
|
bash git_save.sh
|