You are on page 1of 1

#!

/bin/bash

echo -n "Hello, What is your name? "


read firstname
echo -n "Thank you, and what is your surname? "
read surname
clear
echo Hello $firstname $surname, how are you this fine $(date +%A)?

You might also like