gitstats.sh 208 B

12345678910
  1. #!/usr/bin/env bash
  2. export LOGFILE=gitstats.log
  3. source ./tools/ci/scripts/init.sh
  4. tools/ci/scripts/retry.sh git clone https://github.com/hoxu/gitstats.git gitstats
  5. gitstats/gitstats . stats
  6. check_error $?