9 lines
88 B
Bash
9 lines
88 B
Bash
|
#!/bin/sh
|
||
|
. ./test.rc
|
||
|
|
||
|
MSG="foobar"
|
||
|
|
||
|
../src/logger -u ${SCK} ${MSG}
|
||
|
|
||
|
grep ${MSG} ${LOG}
|