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
|
unset secret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rwx_remove() {
|
||||||
|
rm \
|
||||||
|
--force \
|
||||||
|
--recursive \
|
||||||
|
"${@}"
|
||||||
|
}
|
||||||
|
|
||||||
rwx_warn_wipe() {
|
rwx_warn_wipe() {
|
||||||
local tmp
|
local tmp
|
||||||
rwx_list_block_devices
|
rwx_list_block_devices
|
||||||
|
|
Loading…
Add table
Reference in a new issue