mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-26 11:00:56 +00:00
2 lines
133 B
Bash
Executable file
2 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
python -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' < prepopulate.json > prepopulate.yaml
|