Skip to content

Instantly share code, notes, and snippets.

@cschamp
Created February 4, 2010 22:53
Show Gist options
  • Save cschamp/295232 to your computer and use it in GitHub Desktop.
Save cschamp/295232 to your computer and use it in GitHub Desktop.
bld() {
case `hostname` in
cschamp-zr1*)
make -C /usr/local/build/git/hosted09/bora-vmsoft VERBOSE=0 OBJDIR=release $1 2>&1 |tee $1.log
;;
*)
ssh ${USER}@cschamp-zr1 make -C /usr/local/build/git/hosted09/bora-vmsoft VERBOSE=0 OBJDIR=release $1 2>&1 |tee /usr/local/build/git/hosted09/$1-$$.log
;;
esac
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment