From 4c3551d0dcbb38d326a1a67cb0f47e13aaf63f48 Mon Sep 17 00:00:00 2001 From: camo-f Date: Thu, 31 Oct 2019 11:05:15 +0100 Subject: [PATCH] add: shebang --- scripts/test-examples.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-examples.sh b/scripts/test-examples.sh index d0b4b50..2dd4072 100755 --- a/scripts/test-examples.sh +++ b/scripts/test-examples.sh @@ -1,3 +1,5 @@ +#! /bin/sh + EXAMPLES="$(find ./examples -name '*.yml')" for example in ${EXAMPLES};