lwd
This commit is contained in:
parent
bf521a7200
commit
24312b41c5
1 changed files with 2 additions and 2 deletions
4
pidd.sh
4
pidd.sh
|
@ -47,8 +47,8 @@ pidd_list_environment_variables () {
|
||||||
|
|
||||||
pidd_list_working_directory () {
|
pidd_list_working_directory () {
|
||||||
pidd_step "List working directory"
|
pidd_step "List working directory"
|
||||||
pidd_list_working_directory__path="$(realpath .)"
|
pidd_lwd__path="$(realpath .)"
|
||||||
pidd_ls "${pidd_list_working_directory__path}"
|
pidd_ls "${pidd_lwd__path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# steps
|
# steps
|
||||||
|
|
Loading…
Reference in a new issue