Files
rocm-systems/bin/findcode.sh
T
2016-02-18 21:07:14 -06:00

6 righe
141 B
Bash
Executable File

#!/bin/bash
SEARCH_DIRS=$@
find $SEARCH_DIRS -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'