3 lines
51 B
Bash
3 lines
51 B
Bash
#!/bin/zsh
|
|
function READ_K() { read -k $1; echo; }
|
#!/bin/zsh
|
|
function READ_K() { read -k $1; echo; }
|