Created
July 27, 2020 02:26
-
-
Save ingscjoshua/9f708666b6ce08fc0932cd9dcb61f1d0 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
function go-home(){ | |
echo "Moviendose al home" | |
cd /Volumes/B4ckupOSX/Documents | |
} | |
function go-web(){ | |
echo "moviendose a home web" | |
cd /Volumes/B4ckupOSX/Documents/DevelopWeb | |
} | |
function go-ios(){ | |
echo "Moviendose a home IOS" | |
cd /Volumes/B4ckupOSX/Documents/DevelopIOS | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
functions for move fast work directories