-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate_all_files.sh
More file actions
18 lines (14 loc) · 906 Bytes
/
update_all_files.sh
File metadata and controls
18 lines (14 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#Guess_My_Age data generation and compression
python3 Guess_My_Age/data_generation_age.py Guess_My_Age/data/
python3 utils/file_compression.py Guess_My_Age/data/ age_project_3* age_project_3.zip
python3 utils/file_compression.py Guess_My_Age/data/ age_project_4* age_project_4.zip
#Guess_My_Mood data generation and compression
python3 Guess_My_Mood/data_generation_mood.py Guess_My_Mood/data/
python3 utils/file_compression.py Guess_My_Mood/data/ mood_project_4* mood_project_4.zip
#Averages data generation and compression
python3 Averages/data_generation_averages.py Averages/data/
python3 utils/file_compression.py Averages/data/ averages_project_4* averages_project_4.zip
#Sorting_hat data generation and compression
python3 Sorting_hat/data_generation_sorting_hat.py Sorting_Hat/data/
python3 utils/file_compression.py Sorting_Hat/data/ sortinghat_project_3* sortinghat_project_3.zip