From e52bfbae06c8fea90b92809325021d7be2b48513 Mon Sep 17 00:00:00 2001 From: binpanoutlook <70827553+binpanoutlook@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:00:19 +0000 Subject: [PATCH] Create test.sh --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 000000000..57bb02ed1 --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "=== RC is executing ===" +echo "ARG1 value is: $SHELL" +echo "ARG2 value is: $arg2"