Merge branch 'testing' into feature/3598-binding
This commit is contained in:
commit
98ebb0d902
|
@ -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
|
||||
|
|
Reference in New Issue