#!/bin/bash # sendtty "Hello World Demo Box!\n" sendtty "---------------------\n" sendtty "\n" sendtty "You have just successfully dialed this virtual box!\n" sendtty "\n" sendtty "Please enter your name: \n" readtty username sendtty "\n" sendtty "Hello, $username!\n" sendtty "\n" sendtty "Thank you for visiting! Bye!\n" sleep 2