Update bin/,ccd
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user