From f47e506224514576717fe4ceb6e90811d97227ac Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:57:28 +0100 Subject: [PATCH] Create test.sh --- install-scripts/test.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install-scripts/test.sh diff --git a/install-scripts/test.sh b/install-scripts/test.sh new file mode 100644 index 0000000..33f32f9 --- /dev/null +++ b/install-scripts/test.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " TEST RUN" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-" + + +# Test !! \ No newline at end of file