Community-Applications-Mode.../test.sh

8 lines
112 B
Bash
Raw Permalink Normal View History

2023-02-08 18:16:45 +00:00
#!/bin/bash
git rev-list --all | (
while read revision; do
git grep -F 'Real' $revision
done
)