dotwryn/zsh/utils/user-input.zsh

5 lines
43 B
Bash
Raw Normal View History

2021-09-15 07:48:37 +00:00
function READ_K() {
read -k $1
echo
}