Skip to content

Instantly share code, notes, and snippets.

@moos3
Created April 25, 2011 13:36
Show Gist options
  • Save moos3/940517 to your computer and use it in GitHub Desktop.
Save moos3/940517 to your computer and use it in GitHub Desktop.
#!/bin/sh cd /srv/mycrazyrepos/
for i in ls;do
cd ${i};
git plom;
cd ..
;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment