Create bash,sh

This commit is contained in:
StefanSchippers 2025-05-05 10:25:26 +02:00 committed by GitHub
parent a618a953c9
commit 213cb525fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
.github/workflows/bash,sh vendored Normal file
View File

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