#!/bin/bash
# Prompt user to enter their name
echo -n "Enter your name: "
read name # Reading the input
# Display the output in the specified format
echo "Your name is $name."
IyEvYmluL2Jhc2gKCiMgUHJvbXB0IHVzZXIgdG8gZW50ZXIgdGhlaXIgbmFtZQplY2hvIC1uICJFbnRlciB5b3VyIG5hbWU6ICIKcmVhZCBuYW1lICAjIFJlYWRpbmcgdGhlIGlucHV0CgojIERpc3BsYXkgdGhlIG91dHB1dCBpbiB0aGUgc3BlY2lmaWVkIGZvcm1hdAplY2hvICJZb3VyIG5hbWUgaXMgJG5hbWUuIgo=