This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/scripts/extract_uuids.sh
Cayo Puigdefabregas 2d7e1fdffd fix script
2022-07-12 13:59:56 +02:00

2 lines
99 B
Bash

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