Update bin/,ccd
This commit is contained in:
parent
2d6a86be3c
commit
78698c08d6
@ -7,4 +7,7 @@ if [[ $? -ne 0 ]]; then
|
|||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$(echo "$choice" | tail --lines 1)"
|
target=$(echo "$choice" | tail --lines 1)
|
||||||
|
echo "$target"
|
||||||
|
|
||||||
|
cd "$target"
|
||||||
|
Loading…
Reference in New Issue
Block a user