#!/bin/bash
echo -n 'Who are you again? '
read world
echo -e "Hello $world,\nYou're the \$world to me!"
