main
#!/bin/sh## Original source: https://github.com/jwiegley/git-scripts/blob/master/git-maxpack git config pack.compression 9git gc --prune=nowgit repack -a -d --depth=250 --window=250