#!/bin/bash THE_MESSAGE="Shell Scripting is Fun!" echo "$THE_MESSAGE"