blob: 7767a1d472cb891daa08d46c248692742c003af3 [file] [log] [blame]
Brad Bishopd6f8a362017-02-02 11:57:39 -05001#!/bin/sh
2
3cd $1
4
Matt Spinlerf7616bc2019-11-19 09:23:37 -06005toplevel_dirs=$2
Brad Bishopd6f8a362017-02-02 11:57:39 -05006all_yaml=`find $toplevel_dirs -name "*.yaml"`
7
8echo "nobase_yaml_DATA = \\"
9for i in ${all_yaml};
10do
11 echo " ${i} \\"
12done
13echo