Create bash,sh
This commit is contained in:
parent
a618a953c9
commit
213cb525fd
|
|
@ -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)"
|
||||
Loading…
Reference in New Issue