Skip to content

Instantly share code, notes, and snippets.

@wytten
Created May 10, 2016 22:59
Show Gist options
  • Save wytten/f54ddc0b2f7a487e2c437964ffff1b7e to your computer and use it in GitHub Desktop.
Save wytten/f54ddc0b2f7a487e2c437964ffff1b7e to your computer and use it in GitHub Desktop.
function devssh
{
for i in nova regal saab paxton; do
ssh $i "$@"
done
}
function devpull
{
devssh "(cd weblogic; git pull)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment