remove
All checks were successful
/ job (push) Successful in 3m3s

This commit is contained in:
Marc Beninca 2025-07-27 21:30:27 +02:00
parent 0af9cfa4fc
commit 1e48d5847a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,14 @@
# rm # rm
# remove recursively
#| rm
rwx_remove() {
rm \
--force \
--recursive \
"${@}"
}
# remove interactively # remove interactively
#| rm #| rm
#= rmi #= rmi

View file

@ -28,13 +28,6 @@ rwx_read_secret() {
unset secret unset secret
} }
rwx_remove() {
rm \
--force \
--recursive \
"${@}"
}
rwx_warn_wipe() { rwx_warn_wipe() {
local tmp local tmp
rwx_list_block rwx_list_block