From 213cb525fd4ff67c7ce0105185decfc7202679f9 Mon Sep 17 00:00:00 2001 From: StefanSchippers <69359491+StefanSchippers@users.noreply.github.com> Date: Mon, 5 May 2025 10:25:26 +0200 Subject: [PATCH] Create bash,sh --- .github/workflows/bash,sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/bash,sh diff --git a/.github/workflows/bash,sh b/.github/workflows/bash,sh new file mode 100644 index 00000000..1b24909f --- /dev/null +++ b/.github/workflows/bash,sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Print current directory +echo "Current directory: $(pwd)" + +# List files in the current directory +echo "Files in current directory:" +ls + +# Display the current date and time +echo "Current date and time: $(date)"