#!/bin/bash

echo -e "Type anything"
read
echo "You typed: $REPLY"
