Created
September 21, 2016 06:25
-
-
Save Olousouzian/807a1e2684f581ba245b48da1f8a4806 to your computer and use it in GitHub Desktop.
Site.sh - script
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 | |
# alias site=". /Users/Olousouzian/Applications/site.sh" | |
if [[ $# -gt 0 ]]; then | |
cd /Users/Olousouzian/Sites/$1 && ls -la | |
else | |
cd /Users/Olousouzian/Sites && ls -la | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment