fix script

This commit is contained in:
Cayo Puigdefabregas 2022-07-12 13:59:56 +02:00
parent 676b36811d
commit 2d7e1fdffd
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