Skip to content

Instantly share code, notes, and snippets.

@ingscjoshua
Created July 27, 2020 02:26
Show Gist options
  • Save ingscjoshua/9f708666b6ce08fc0932cd9dcb61f1d0 to your computer and use it in GitHub Desktop.
Save ingscjoshua/9f708666b6ce08fc0932cd9dcb61f1d0 to your computer and use it in GitHub Desktop.
#!/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
}
@ingscjoshua
Copy link
Author

functions for move fast work directories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment