Skip to content

Instantly share code, notes, and snippets.

@barakmich
Created July 26, 2010 18:51
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 barakmich/491028 to your computer and use it in GitHub Desktop.
Save barakmich/491028 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ "$1" == "" ]
then
ssh -t barak@shell.corp.metaweb.com "ssh puck.dev.sjc1.metaweb.com"
else
ssh -t barak@shell.corp.metaweb.com "ssh $1.sjc1.metaweb.com"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment