#!/bin/bash
COUNT=5
echo "count = $COUNT"
echo We have $COUNT oranges
MESSAGE="hello buddy"
echo "message: $MESSAGE"