From 2d48ae784ea6828e8626c32c848f64232d8f35c0 Mon Sep 17 00:00:00 2001 From: geronimo Date: Fri, 13 Jul 2012 04:26:40 +0200 Subject: initial import --- findFiles | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 findFiles (limited to 'findFiles') diff --git a/findFiles b/findFiles new file mode 100755 index 0000000..921f8c4 --- /dev/null +++ b/findFiles @@ -0,0 +1,6 @@ +#!/bin/bash +dirs=$(find . | grep -e "\(include\|doc\|src\)$" | grep -v obj) + +for i in $dirs; do + find $i +done -- cgit v1.2.3