rwx/link
This commit is contained in:
parent
a9c98b2853
commit
f06d1e2bce
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@ rwx_file_write() {
|
|||
fi
|
||||
}
|
||||
|
||||
rwx_link() {
|
||||
local link="${1}"
|
||||
local target="${2}"
|
||||
ln \
|
||||
--sybolic \
|
||||
"${target}" \
|
||||
"${link}"
|
||||
}
|
||||
|
||||
rwx_list_block_devices() {
|
||||
lsblk \
|
||||
--noempty \
|
||||
|
|
Loading…
Reference in a new issue