one
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# add an event to the event log
|
||||
# ./addEvent.sh "ERROR,key,timeout,count, text"
|
||||
|
||||
echo "$1" | telnet localhost 1234 >/dev/null 2>&1
|
||||
Reference in New Issue
Block a user