#!/bin/bash echo "Enter some text:" read -r input echo "you typed: $input"