refactor to use scwrypts in setup; use scwrypts everywhere

This commit is contained in:
2022-08-16 18:42:57 -06:00
parent 6157bfe8f9
commit 2b4511739c
29 changed files with 425 additions and 560 deletions

View File

@ -1,2 +0,0 @@
#!/bin/zsh
function READ_K() { read -k $1; echo; }