Skip to content

Instantly share code, notes, and snippets.

@danguita
Created October 6, 2012 18:05
Show Gist options
  • Save danguita/3845652 to your computer and use it in GitHub Desktop.
Save danguita/3845652 to your computer and use it in GitHub Desktop.
JANUS="$HOME/.janus"; for i in `ls -1 $JANUS`; do (if [ -d $JANUS/$i ]; then (echo $i; cd $JANUS/$i; git pull); fi); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment