gossip/findfile.sh

5 lines
83 B
Bash
Executable File

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