3 lines
47 B
Bash
3 lines
47 B
Bash
read LINE </dev/tty
|
|
printf '%s' "$LINE"
|
|
exit 0
|
read LINE </dev/tty
|
|
printf '%s' "$LINE"
|
|
exit 0
|