first commit

This commit is contained in:
2025-03-24 21:33:34 +00:00
commit 4a183d6f90
34 changed files with 885 additions and 0 deletions
Executable
+5
View File
@@ -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