dotwryn/setup/cleanup.zsh

12 lines
176 B
Bash
Raw Normal View History

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