btrfs
This commit is contained in:
parent
b9804edd7a
commit
aae50d9bef
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
bsl() {
|
bsl() { sh_btrfs_subvolume_list "${@}"; }
|
||||||
|
sh_btrfs_subvolume_list() {
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
btrfs subvolume list "${1}" |
|
btrfs subvolume list "${1}" |
|
||||||
cut --delimiter " " --fields 9 |
|
cut --delimiter " " --fields 9 |
|
||||||
|
|
Loading…
Reference in a new issue