readline-sync/lib/read.sh

4 lines
47 B
Bash
Raw Normal View History

2014-06-27 03:08:05 +02:00
read LINE </dev/tty
2014-06-29 10:41:12 +02:00
printf '%s' "$LINE"
2014-06-27 03:08:05 +02:00
exit 0