scouts_training_reports/run_reports.sh

10 lines
216 B
Bash
Raw Normal View History

2022-07-02 12:43:39 +00:00
#!/bin/bash
#Runs python scripts to generate reports in one go.
python3 appointments_training_reports.py
python3 training_reports.py
2022-07-31 17:34:03 +00:00
python3 wood_badge_reports.py
python3 mogl_groups.py
2022-07-02 12:43:39 +00:00
python3 convert_csv_xlsx.py