mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Add enable "clean" command
This commit is contained in:
@@ -397,6 +397,9 @@ case "$command" in
|
|||||||
"uninstall" | "remove" )
|
"uninstall" | "remove" )
|
||||||
dotify-uninstall
|
dotify-uninstall
|
||||||
;;
|
;;
|
||||||
|
"clean" )
|
||||||
|
dotify-clean
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|||||||
@@ -142,6 +142,9 @@ case "$command" in
|
|||||||
"uninstall" | "remove" )
|
"uninstall" | "remove" )
|
||||||
dotify-uninstall
|
dotify-uninstall
|
||||||
;;
|
;;
|
||||||
|
"clean" )
|
||||||
|
dotify-clean
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user