Reorganize profiles and capture EQL

This commit is contained in:
2026-07-20 20:10:52 -07:00
parent fd6cba7c04
commit 356a637385
27 changed files with 2578 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
tail -2000 ${1} | grep -ivf skiplist | grep --colour -if items
tail -f ${1} | grep -ivf skiplist | grep --colour -if items