1
0
Fork 0

add: shebang

This commit is contained in:
camo-f 2019-10-31 11:05:15 +01:00 committed by Sean Sube
parent 013b6b55b1
commit 4c3551d0dc
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#! /bin/sh
EXAMPLES="$(find ./examples -name '*.yml')"
for example in ${EXAMPLES};