Conflicts: Spatial_searching/benchmark/Spatial_searching/nn3cgal.cpp Spatial_searching/include/CGAL/Kd_tree.h Spatial_searching/include/CGAL/Kd_tree_node.h
7 lines
125 B
Bash
7 lines
125 B
Bash
#!/bin/zsh
|
|
|
|
setopt extendedglob
|
|
|
|
ls -1 ^build*/**/(#i)*.^(py|sh|run|sh|csh|pl|perl|bin|out)(.x) 2>/dev/null || exit 0
|
|
exit 1
|