mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-28 17:14:36 +02:00
Create bash,sh
This commit is contained in:
@@ -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)"
|
||||
Reference in New Issue
Block a user