mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-30 12:50:56 +00:00
remove useless use of cat
This commit is contained in:
parent
5c61c2081c
commit
a26f7f149d
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
cat prepopulate.json | python -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' > prepopulate.yaml
|
||||
python -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' < prepopulate.json > prepopulate.yaml
|
||||
|
|
Loading…
Reference in a new issue