dotwryn/zsh/utils

3 lines
51 B
Plaintext
Raw Normal View History

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