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)"