From 451c49ad52f94c68ea730439baedae73cc29c007 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 26 Jul 2024 06:59:25 -0700 Subject: [PATCH] Add test.sh --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..68aef9f --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "this is a test" \ No newline at end of file