summaryrefslogtreecommitdiff
path: root/findFiles
diff options
context:
space:
mode:
authorgeronimo <geronimo013@gmx.de>2012-07-13 04:55:51 +0200
committergeronimo <geronimo013@gmx.de>2012-07-13 04:55:51 +0200
commite9237d65ac03840de56e50cacf95001273bcff59 (patch)
treea3f72d2198b04339419018607a94b45ab48b539a /findFiles
parent2d48ae784ea6828e8626c32c848f64232d8f35c0 (diff)
downloadcmp-e9237d65ac03840de56e50cacf95001273bcff59.tar.gz
cmp-e9237d65ac03840de56e50cacf95001273bcff59.tar.bz2
accidently added - no project files
Diffstat (limited to 'findFiles')
-rwxr-xr-xfindFiles6
1 files changed, 0 insertions, 6 deletions
diff --git a/findFiles b/findFiles
deleted file mode 100755
index 921f8c4..0000000
--- a/findFiles
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-dirs=$(find . | grep -e "\(include\|doc\|src\)$" | grep -v obj)
-
-for i in $dirs; do
- find $i
-done