cr,cru
This commit is contained in:
parent
dc087a205b
commit
c03750a2f3
1 changed files with 9 additions and 9 deletions
|
@ -82,16 +82,16 @@ mr() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
alias cr="\
|
cr() {
|
||||||
chroot \
|
chroot \
|
||||||
\"overlay/mount\" \
|
"overlay/mount" "${@}"
|
||||||
"
|
}
|
||||||
|
|
||||||
alias cru="\
|
cru() {
|
||||||
chroot \
|
chroot \
|
||||||
--userspec \"1000:1000\" \
|
--userspec "1000:1000" \
|
||||||
\"overlay/mount\" \
|
"overlay/mount" "${@}"
|
||||||
"
|
}
|
||||||
|
|
||||||
ur() {
|
ur() {
|
||||||
local directory
|
local directory
|
||||||
|
|
Loading…
Reference in a new issue