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