From 5ce93a6d157df22b4d1d3dbf8d67dfc40150317a Mon Sep 17 00:00:00 2001 From: heckeralt Date: Sun, 6 Oct 2024 18:20:45 -0400 Subject: [PATCH] Add bash.sh --- bash.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash.sh diff --git a/bash.sh b/bash.sh new file mode 100644 index 0000000..8742c4d --- /dev/null +++ b/bash.sh @@ -0,0 +1,3 @@ +echo "Starting terminal..." +sleep 1 +bash \ No newline at end of file