Skip to content

Instantly share code, notes, and snippets.

@envex
Created July 6, 2012 19:04
Show Gist options
  • Save envex/3062134 to your computer and use it in GitHub Desktop.
Save envex/3062134 to your computer and use it in GitHub Desktop.
echo "What's the new projects path?"
read new_project_folder
echo "Going to $new_project_folder"
cd ${new_project_folder}
echo ${PWD##*/}
# Getting this error
# line 13: cd: ~/Desktop: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment