Skip to content

Instantly share code, notes, and snippets.

@evilstreak
Created July 17, 2014 13:53
Show Gist options
  • Save evilstreak/5a968597c0892f4bdbbe to your computer and use it in GitHub Desktop.
Save evilstreak/5a968597c0892f4bdbbe to your computer and use it in GitHub Desktop.
function ssh-govuk-dev {
if [[ $PWD = ~/code/gds/* ]]; then
ssh dev -t "cd /var/govuk/$(basename $PWD); bash --login"
else
ssh dev
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment