home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Shift X2 status from legacy to archived
[khatus.git]
/
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.068505 seconds
and
4
git commands to generate.