blob: 9c33e13363b80b7918c307de0d127a538163dc9e [file] [log] [blame]
#!/bin/bash
read -p "Please input some text: " TEXT
echo "Text is '$TEXT'"
read -p "Hit return to quit."