Subversion Repositories oidplus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
593 daniel-mar 1
#!/bin/bash
2
DIR=$( dirname "$0" )
3
cd "$DIR/.."
4
grep -r "$1" | grep -v ".svn/" | grep -v "3p/" | grep -v "cache/phpstan/"