dotwryn/zsh/utils

6 lines
54 B
Plaintext
Raw Normal View History

2022-02-06 07:15:14 +00:00
#!/bin/zsh
2021-09-15 07:48:37 +00:00
function READ_K() {
read -k $1
echo
}