gcd() { local CDTO=`zenity --title="cd" --file-selection --directory` if [ -n "${CDTO}" ] ; then cd "${CDTO}" fi}
Post a Comment
No comments:
Post a Comment