#!/bin/bash
# save as hello.sh
# This is a comment
echo "Hello World"

