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/examples/extract_uuids.sh

2 lines
100 B
Bash
Raw Normal View History

2022-06-16 15:59:53 +00:00
for i in `ls ../snapshots/*/*.json`; do python examples/extract_uuid.py $i; done > system_uuids.csv