rwx/remove
This commit is contained in:
parent
aec586aa2c
commit
a9c98b2853
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ rwx_read_secret() {
|
|||
unset secret
|
||||
}
|
||||
|
||||
rwx_remove() {
|
||||
rm \
|
||||
--force \
|
||||
--recursive \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
rwx_warn_wipe() {
|
||||
local tmp
|
||||
rwx_list_block_devices
|
||||
|
|
Loading…
Reference in a new issue