Update bin/,ccd

This commit is contained in:
2023-08-28 18:05:23 +02:00
parent 2d6a86be3c
commit 78698c08d6

View File

@@ -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"