Merge branch 'testing' into feature/3598-binding

This commit is contained in:
Cayo Puigdefabregas 2022-07-12 14:02:16 +02:00
commit 98ebb0d902
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
for i in `ls ../snapshots/*/*.json`; do python examples/extract_uuid.py $i; done > system_uuids.csv
for i in `ls ../snapshots/*/*.json`; do python scripts/extract_uuid.py $i; done > system_uuids.csv