Initial setup for the "run mode" concept

This commit is contained in:
2013-10-03 23:19:28 +01:00
parent 576a012332
commit 1f2373bab3
5 changed files with 21 additions and 6 deletions

5
src/lib/dotify-clean.sh Normal file
View File

@@ -0,0 +1,5 @@
dotify-clean() {
DOTIFY_RUN_MODE="clean"
execute-dotfile
return $?
}