AnimeshShaw's picture
Add human_reference_dataset/iac-model-evaluation/cloudformation/
43cd3eb
Raw
History Blame Contribute Delete
119 Bytes
#!/usr/local/bin/bash
name=$(echo $1 | sed s/\.yaml/\.json/g)
echo Creating $name based on $1
rain fmt -j $1 > ${name}