5e141467c811c54131cc1c8928d8e6cd2cbf8667
[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", Module, "alert", priority, subject, body)
6 }
This page took 0.039916 seconds and 3 git commands to generate.