[ROCm/clr commit: ad20273a1d]
Этот коммит содержится в:
Ben Sander
2016-02-15 19:46:51 -06:00
родитель 3ed12119e7
Коммит 86958d1d1f
+2 -2
Просмотреть файл
@@ -1,5 +1,5 @@
#!/bin/bash
SEARCH_DIR=$1
SEARCH_DIRS=$@
find $SEARCH_DIR -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'
find $SEARCH_DIRS -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'