Skip to content

Instantly share code, notes, and snippets.

@danguita
Created April 21, 2012 11:09
Show Gist options
  • Save danguita/2436641 to your computer and use it in GitHub Desktop.
Save danguita/2436641 to your computer and use it in GitHub Desktop.
janus-plugin script
for i in $(ls -1 ~/.janus); do (cd ~/.janus/$i; echo $i >> ~/work/dotfiles/janus-plugins; git remote -v >> ~/work/dotfiles/janus-plugins; cd -); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment