To get a quick overview of a git repo, I wanted to know what kind of files it contained, for example through a simple histogram of file extensions.
I figured this would be a nice test for ChatGPT:
Can you write me a bash script to walk the current directory …