8
0
Fork 0
mirror of https://git.rockylinux.org/rocky/pungi-rocky.git synced 2025-01-12 11:59:03 +00:00
pungi-rocky/generate-prepop-yaml
2022-11-08 22:56:44 -07:00

2 lines
134 B
Bash
Executable file

#!/bin/bash
python3 -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' < prepopulate.json > prepopulate.yaml