bash/...
This commit is contained in:
parent
7a8915682d
commit
de82ed02dc
1 changed files with 15 additions and 0 deletions
|
@ -29,3 +29,18 @@ esac
|
||||||
.....() {
|
.....() {
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# shellcheck disable=SC3033
|
||||||
|
......() {
|
||||||
|
cd ../../../../..
|
||||||
|
}
|
||||||
|
|
||||||
|
# shellcheck disable=SC3033
|
||||||
|
.......() {
|
||||||
|
cd ../../../../../..
|
||||||
|
}
|
||||||
|
|
||||||
|
# shellcheck disable=SC3033
|
||||||
|
........() {
|
||||||
|
cd ../../../../../../..
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue