e4640e2
1 2 3 4
# Defined in /tmp/fish.e6R9oj/pyfind.fish @ line 2 function pyfind --description 'Find string in Python files from this root' find -name "*.py"|xargs grep $argv end