16 lines
397 B
Bash
Executable file
16 lines
397 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
|
|
python3 network_graph.py
|
|
python3 analyse_frequence_mots.py
|
|
python3 analyse_orthographe_grammaire.py
|
|
python3 generate_dashboard.py
|
|
python3 generate_corrections_page.py
|
|
|
|
bash git_save.sh
|