10 lines
136 B
Bash
Raw Normal View History

#!/bin/bash
echo "This is a sample shell script."
echo "Running some commands..."
# Add your commands below
# Example command
ls -la