c043ea8515473b29a9a387a1dcd1060a9506ed0b
[khatus.git] / src / awk / lib / alert.awk
1 function alert(priority, subject, body) {
2 # priority : "low" | "med" | "hi"
3 # subject : string without spaces
4 # body : anything
5 print("OK", "alert", priority, subject, body)
6 }
This page took 0.045742 seconds and 3 git commands to generate.