parent
0af9cfa4fc
commit
1e48d5847a
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,14 @@
|
||||||
# rm
|
# rm
|
||||||
|
|
||||||
|
# remove recursively
|
||||||
|
#| rm
|
||||||
|
rwx_remove() {
|
||||||
|
rm \
|
||||||
|
--force \
|
||||||
|
--recursive \
|
||||||
|
"${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# remove interactively
|
# remove interactively
|
||||||
#| rm
|
#| rm
|
||||||
#= rmi
|
#= rmi
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue