refactor to use scwrypts in setup; use scwrypts everywhere
This commit is contained in:
11
setup/cleanup.zsh
Normal file
11
setup/cleanup.zsh
Normal 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
|
Reference in New Issue
Block a user