This website requires JavaScript.
Explore
Help
Register
Sign In
trustchain-oc1-orchestral
/
devicehub-teal
Archived
Watch
10
Star
0
Fork
You've already forked devicehub-teal
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
02f394d81e
devicehub-teal
/
scripts
/
extract_uuids.sh
2 lines
99 B
Bash
Raw
Blame
History
for
i in
`
ls ../snapshots/*/*.json
`
;
do
python scripts/extract_uuid.py
$i
;
done
> system_uuids.csv
Reference in New Issue
View Git Blame
Copy Permalink