cd_list_working_directory
This commit is contained in:
parent
a9c8aa6b54
commit
9450e7cb8a
1 changed files with 2 additions and 1 deletions
3
cd.sh
3
cd.sh
|
@ -444,7 +444,8 @@ cd_set_packages_configuration () {
|
|||
|
||||
cd_list_working_directory () {
|
||||
cd_step "List working directory"
|
||||
cd_ls "$(realpath .)"
|
||||
cd_list_working_directory__path="$(realpath .)"
|
||||
cd_ls "${cd_list_working_directory__path}"
|
||||
}
|
||||
|
||||
cd_set_https_verification_off () {
|
||||
|
|
Loading…
Reference in a new issue