From a18ad51caeb7cf8e53a238a0815daea9bd77d2ba Mon Sep 17 00:00:00 2001 From: robert schultheis Date: Tue, 13 Aug 2024 15:17:40 -0600 Subject: [PATCH] add example_code.sh --- example_code.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 example_code.sh diff --git a/example_code.sh b/example_code.sh new file mode 100755 index 0000000..aa6abce --- /dev/null +++ b/example_code.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "This is just some example code"