first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / buildor / find_in_code_ignore_svn.sh
1 #!/bin/bash
2 seek="$1"; shift
3
4 find . -type f | grep -v '.svn' | grep -v '.exe' | xargs grep -li "$seek"