Skip to content

Instantly share code, notes, and snippets.

@adamnemecek
Created March 23, 2015 02:43
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 adamnemecek/bf9d8e4c0356bfdd86c2 to your computer and use it in GitHub Desktop.
Save adamnemecek/bf9d8e4c0356bfdd86c2 to your computer and use it in GitHub Desktop.
sd.sh
sd () {
if [ -f "$*" ]
then
cd "$(dirname "$*")"
else
cd "$*"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment