6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname $0)/shelly.conf
|
||
|
|
||
|
tail -n+0 -f $LOGFILE |egrep -i 'POOL|script'
|