readline-sync/lib/read.sh
2014-06-29 17:41:12 +09:00

3 lines
47 B
Bash

read LINE </dev/tty
printf '%s' "$LINE"
exit 0