Skip to content

Instantly share code, notes, and snippets.

@smith
Created March 3, 2010 03:38
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 smith/320285 to your computer and use it in GitHub Desktop.
Save smith/320285 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Make sure all components are using Kris Zyp's branches
APPS=~/apps
GCOKZ="git checkout kriszyp"
(cd $APPS/narwhal && echo -n `pwd`: && $GCOKZ)
(cd $APPS/jack && echo -n `pwd`: && $GCOKZ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment