Files
dotify/src/lib/dotify-clean.sh

6 lines
75 B
Bash

dotify-clean() {
DOTIFY_RUN_MODE="clean"
execute-dotfile
return $?
}