mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Moved some files to contrib/ and removed generate-map.sh
This commit is contained in:
Executable
+12
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user