AnimeshShaw's picture
Add human_reference_dataset/aws-cloudformation-templates/scripts/
1c3834b
Raw
History Blame Contribute Delete
140 Bytes
#!/usr/bin/env bash
#
SCRIPT_DIR=$(dirname "$0")
find . -name "*.yaml" | grep -v "\.env" | xargs -n1 "${SCRIPT_DIR}/create-json-single.sh"