gossip/findfile.sh
2022-12-21 08:33:46 +13:00

5 lines
83 B
Bash
Executable File

#!/bin/bash
find . -name .git -prune -o -name target -prune -o -name "$1" -print