mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
3 lines
134 B
Bash
Executable File
3 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
|