#!/bin/bash echo "enter something" read thing_read echo "\$thing_read: $thing_read" echo "enter something" read thing_read echo "\$thing_read: $thing_read"