Hello world!

Welcome to Plain LINUX.

#!/bin/bash

# This is a simple Bash script.
# It will print "Hello world!" to the console.

echo "Hello world!"

plain