Fichiers
rocm-systems/bin/findcode.sh
T

6 lignes
139 B
Bash
Brut Vue normale Historique

2016-01-26 20:14:33 -06:00
#!/bin/bash
SEARCH_DIR=$1
find $SEARCH_DIR -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'