From 31d25bcae3437acca24e7e6487aec08f21aa3063 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Wed, 9 Mar 2022 15:59:50 +0100 Subject: [PATCH] Adding Readme and markdown-gh-tests dir --- README.md | 4 ++++ markdown-gh-tests/hello.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100755 markdown-gh-tests/hello.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..b52f41f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Doing some testing of github or other things... + + + diff --git a/markdown-gh-tests/hello.sh b/markdown-gh-tests/hello.sh new file mode 100755 index 0000000..a6f088d --- /dev/null +++ b/markdown-gh-tests/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo 'Moin Welt!' +echo 'Talkative today?'