8 lines
162 B
Bash
Executable File
8 lines
162 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
|