Newer
Older
Import / applications / HighwayDash / ports / search.sh
@John John on 29 Dec 2020 131 bytes bulk import from macbookpro checkouts
#!/bin/bash


find . -name '*.cpp' -o -name '*.hpp' -o -name '*.h' -o -name '*.c' -o -name '*.m' -o -name '*.mm' | xargs grep $@