Files
Dmitry Teselkin d97571289e Execution plans for Failover Cluster added.
Comments added to YAML files.
One of them renamed to be more informative.
GenerateJSON updated to convert all json files from folder.

Change-Id: I655ece42ff94fa75568423e4175f9579a039fbf5
2013-07-30 15:30:53 +04:00

9 lines
136 B
Bash
Executable File

#!/bin/bash
for yaml_file in $(ls *.yaml) ; do
echo "Converting $yaml_file ..."
../ExecutionPlanGenerator.py $yaml_file
done