10 lines
136 B
Bash
Raw Normal View History

2025-03-22 03:15:49 +01:00
#!/bin/bash
echo "This is a sample shell script."
echo "Running some commands..."
# Add your commands below
# Example command
ls -la