Kissasean.sh

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

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

#!/bin/bash

# Print a message to the screen echo "Hello, world!" chmod +x kissasean

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