readline-sync/lib/read.sh
2014-06-27 10:08:05 +09:00

3 lines
41 B
Bash

read LINE </dev/tty
echo -n $LINE
exit 0