Created
July 6, 2012 19:04
-
-
Save envex/3062134 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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