Reorganize docs

This commit is contained in:
2026-07-22 11:39:41 -07:00
parent 696b0b777f
commit 70920f2167
11 changed files with 83 additions and 80 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