This commit is contained in:
Marc Beninca 2025-07-09 23:37:36 +02:00
parent 7a8915682d
commit de82ed02dc
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -29,3 +29,18 @@ esac
.....() {
cd ../../../..
}
# shellcheck disable=SC3033
......() {
cd ../../../../..
}
# shellcheck disable=SC3033
.......() {
cd ../../../../../..
}
# shellcheck disable=SC3033
........() {
cd ../../../../../../..
}