aboutsummaryrefslogtreecommitdiffstats
path: root/find-errors
diff options
context:
space:
mode:
Diffstat (limited to 'find-errors')
-rwxr-xr-xfind-errors4
1 files changed, 4 insertions, 0 deletions
diff --git a/find-errors b/find-errors
new file mode 100755
index 0000000..87bf14f
--- /dev/null
+++ b/find-errors
@@ -0,0 +1,4 @@
+#!/bin/sh
+! grep -ro '#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' scalable/ \
+| tr 'A-F' 'a-f' \
+| grep -v '#\(bebebe\|ef2929\|f57900\|32a679\|cd656c\|d69553\|ccad47\|32a679\|00a09f\|2495be\|a46eb0\)'