# Get the current hour
hour=$(date +"%H")
# Decide the message based on time
if [ "$hour" -lt 12 ]; then
echo "Good Morning! "
elif [ "$hour" -lt 18 ]; then
echo "Good Afternoon! "
else
echo "Good Evening! "
fi
IyBHZXQgdGhlIGN1cnJlbnQgaG91cgpob3VyPSQoZGF0ZSArIiVIIikKIyBEZWNpZGUgdGhlIG1lc3NhZ2UgYmFzZWQgb24gdGltZQppZiBbICIkaG91ciIgLWx0IDEyIF07IHRoZW4KIGVjaG8gIkdvb2QgTW9ybmluZyEgIgplbGlmIFsgIiRob3VyIiAtbHQgMTggXTsgdGhlbgogZWNobyAiR29vZCBBZnRlcm5vb24hICIKZWxzZQogZWNobyAiR29vZCBFdmVuaW5nISAiCmZpCg==