Moved some files to contrib/ and removed generate-map.sh

This commit is contained in:
laf
2014-01-14 17:36:52 +00:00
parent 87c343e3cd
commit 8f15151e9f
3 changed files with 0 additions and 4 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
find . \
-path ./html/images -prune -o \
-path ./patches -prune -o \
-path ./html/includes/geshi -prune -o \
-path ./html/includes/jpgraph -prune -o \
-path ./html/js/jqplot -prune -o \
-path ./logs -prune -o \
-path ./mibs -prune -o \
-path ./rrd -prune -o \
-name .git -prune -o \
-type f -print|xargs grep "$@"