1 2 3
#!/bin/sh git ls-files | xargs -d '\n' -- grep '\<TO''DO\>' -- # TODO: use <algorithm> somewhere