Update bin/,ccd

This commit is contained in:
Kasper Juul Hermansen 2023-08-28 18:05:23 +02:00
parent 2d6a86be3c
commit 78698c08d6
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

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"