Skip to content

Instantly share code, notes, and snippets.

@Olousouzian
Created September 21, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Olousouzian/807a1e2684f581ba245b48da1f8a4806 to your computer and use it in GitHub Desktop.
Save Olousouzian/807a1e2684f581ba245b48da1f8a4806 to your computer and use it in GitHub Desktop.
Site.sh - script
#!/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