10 lines
216 B
Bash
Executable File
10 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#Runs python scripts to generate reports in one go.
|
|
|
|
python3 appointments_training_reports.py
|
|
python3 training_reports.py
|
|
python3 wood_badge_reports.py
|
|
python3 mogl_groups.py
|
|
python3 convert_csv_xlsx.py
|