5 lines
43 B
Bash
5 lines
43 B
Bash
|
function READ_K() {
|
||
|
read -k $1
|
||
|
echo
|
||
|
}
|