#!/bin/bash ## Questions echo "Hi" read $REPLY echo "How are you?" read $REPLY echo "Whats your Name?" read $REPLY