Files
rocm-systems/bin/findcode.sh
T

6 строки
141 B
Bash
Исходник Обычный вид История

2016-01-26 20:14:33 -06:00
#!/bin/bash
2016-02-15 19:46:51 -06:00
SEARCH_DIRS=$@
2016-01-26 20:14:33 -06:00
2016-02-15 19:46:51 -06:00
find $SEARCH_DIRS -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'