bpg
This commit is contained in:
parent
01b0224eee
commit
db596ce969
1 changed files with 6 additions and 5 deletions
|
@ -20,11 +20,12 @@ bfu() {
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
alias bpg="\
|
bpg() {
|
||||||
btrfs \
|
btrfs \
|
||||||
property \
|
property \
|
||||||
get \
|
get \
|
||||||
"
|
"${@}"
|
||||||
|
}
|
||||||
|
|
||||||
bsc() {
|
bsc() {
|
||||||
btrfs \
|
btrfs \
|
||||||
|
|
Loading…
Reference in a new issue