AnimeshShaw's picture
Add human_reference_dataset/aws-cloudformation-templates/scripts/
1c3834b
Raw
History Blame Contribute Delete
117 Bytes
#!/usr/bin/env bash
name=$(echo $1 | sed s/\.yaml/\.json/g)
echo Creating $name based on $1
rain fmt -j $1 > ${name}