gossip/find.sh

4 lines
97 B
Bash
Executable File

#!/bin/bash
find . -name .git -prune -o -name target -prune -o -type f -exec grep -H "$1" {} \;