Kissasean.sh

# This is a comment - anything following '#' on a line is ignored

chmod +x kissasean.sh Then, you can execute it by typing: kissasean.sh

# Print a message to the screen echo "Hello, world!" # This is a comment - anything following

#!/bin/bash

./kissasean.sh The contents of a .sh file can vary widely. A simple script might look like this: kissasean.sh