|
|
@ -33,7 +33,7 @@ alias mv='mv -i' |
|
|
|
|
|
|
|
|
|
|
|
function rmdirs() |
|
|
|
function rmdirs() |
|
|
|
{ |
|
|
|
{ |
|
|
|
[[ -z $(find $@ -not -type d | tee /dev/stderr | head -n10) ]] && rm -Ir $@ |
|
|
|
[[ -z $(find $@ -not -type d | tee /dev/stderr | head -n10) ]] && rm -Ir $@ || >&2 echo Files were found, please check again or run rm -Ir manually |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# Use a larger number of KDF rounds and the secure ed25519 key type by default. |
|
|
|
# Use a larger number of KDF rounds and the secure ed25519 key type by default. |
|
|
|