parent
0af9cfa4fc
commit
1e48d5847a
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,14 @@
|
|||
# rm
|
||||
|
||||
# remove recursively
|
||||
#| rm
|
||||
rwx_remove() {
|
||||
rm \
|
||||
--force \
|
||||
--recursive \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# remove interactively
|
||||
#| rm
|
||||
#= rmi
|
||||
|
|
|
@ -28,13 +28,6 @@ rwx_read_secret() {
|
|||
unset secret
|
||||
}
|
||||
|
||||
rwx_remove() {
|
||||
rm \
|
||||
--force \
|
||||
--recursive \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
rwx_warn_wipe() {
|
||||
local tmp
|
||||
rwx_list_block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue