blob: 38ee610c9f5364b1fe7f50231a76618241c3d6d8 [file] [log] [blame]
#!/bin/bash
# Prints the number of files in the repository.
git ls-files | wc -l