Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Created October 3, 2016 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonnymaceachern/f57011b3936e426809a8218c96db7492 to your computer and use it in GitHub Desktop.
Save jonnymaceachern/f57011b3936e426809a8218c96db7492 to your computer and use it in GitHub Desktop.
git-stats-importer.sh
for D in ./*; do
if [ -d "$D" ]; then
cd "$D"
git-stats-importer -e maceachern.jonny@gmail.com
cd ..
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment