97cf8b8ac9
[ROCm/hip commit: f38e63ff18]
6 wiersze
180 B
Bash
Executable File
6 wiersze
180 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SEARCH_DIR=$1
|
|
|
|
find $SEARCH_DIR -not -name '*.cpp' -and -not -name '*.h' -and -not -name '*.cu' -and -not -name '*.cuh' -and -not -name '*.c' -and -not -name '*.hpp'
|