Skip to content

Instantly share code, notes, and snippets.

@danguita
Created July 18, 2012 20:22
Show Gist options
  • Save danguita/3138613 to your computer and use it in GitHub Desktop.
Save danguita/3138613 to your computer and use it in GitHub Desktop.
/Users/david/.janus/update.sh
for i in `ls -1`; do (echo $i; cd $i; git pull; cd ..); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment