wx/src/commands/maintenance/uninstall.sh
Christer Warén 7b837fdba7 Code Update
2025-04-27 15:21:27 +03:00

9 lines
147 B
Bash

wx-uninstall(){
wx-header "Uninstall"
wx-logout
if [[ ! -d "$HOME/.warengroup" ]]
then
rm "$HOME/.warengroup" -rf
fi
}