dotwryn/zsh/utils/user-input.zsh
2021-09-15 01:48:37 -06:00

5 lines
43 B
Bash

function READ_K() {
read -k $1
echo
}