if mode RAZ

This commit is contained in:
qo-op 2020-05-11 02:15:55 +02:00
parent 25dadaab4b
commit 0403d9aad1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
[[ "$1" == "RAZ" ]]; then
if [[ "$1" == "RAZ" ]]; then
rm -Rf ~/.ssb*
else
echo '