diff --git a/bin/executable_,ccd b/bin/executable_,ccd index 68e7c2e..1fe0461 100644 --- a/bin/executable_,ccd +++ b/bin/executable_,ccd @@ -7,4 +7,7 @@ if [[ $? -ne 0 ]]; then return $? fi -cd "$(echo "$choice" | tail --lines 1)" +target=$(echo "$choice" | tail --lines 1) +echo "$target" + +cd "$target"