From 7049fce31f528cf55e25d29d9505a0bbcc066fe0 Mon Sep 17 00:00:00 2001 From: chyyuu Date: Fri, 26 Apr 2019 08:52:03 +0800 Subject: [PATCH] add hello.sh for testing shell --- testsuits_alpine/hello.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 testsuits_alpine/hello.sh diff --git a/testsuits_alpine/hello.sh b/testsuits_alpine/hello.sh new file mode 100644 index 0000000..b4286e3 --- /dev/null +++ b/testsuits_alpine/hello.sh @@ -0,0 +1 @@ +echo Hello World from shell