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

11
setup/cleanup.zsh Normal file
View File

@@ -0,0 +1,11 @@
__yN 'keep logfile?' || {
rm "$LOGFILE" \
|| __ERROR "unable to remote '$LOGFILE'" \
;
}
__SUCCESS
__SUCCESS '.wryn setup complete; have a nice day :)'
__SUCCESS
exit 0