dotwryn/zsh/utils

3 lines
51 B
Plaintext
Raw Normal View History

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