Files
bin/addEvent.sh
T

6 lines
145 B
Bash
Raw Normal View History

2025-03-23 20:51:29 +00:00
#!/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