Commons chat search tool for TLP servers without the bazaar

This commit is contained in:
Isuldor
2018-10-01 11:08:29 -07:00
parent 3a172f84e1
commit 593e565ac2
2 changed files with 32 additions and 0 deletions
Executable
+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