diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-07 16:19:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-07 16:19:36 +0200 |
commit | 781064668964f72323fb7dbfbd85f1a631a033b4 (patch) | |
tree | 4be7eb598175fabf282a6d4bb4ba413d90da2e45 /find-errors | |
parent | Add more icons (diff) | |
download | simple-icon-theme-781064668964f72323fb7dbfbd85f1a631a033b4.tar.gz simple-icon-theme-781064668964f72323fb7dbfbd85f1a631a033b4.tar.bz2 simple-icon-theme-781064668964f72323fb7dbfbd85f1a631a033b4.tar.xz |
Add more icons and find-errors tool
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-x | find-errors | 4 |
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\)' |