5 lines
70 B
Awk
5 lines
70 B
Awk
|
#!/usr/bin/awk -f
|
||
|
BEGIN{
|
||
|
print "hook.d/alert/yo.awk: yo " ARGV[1]
|
||
|
}
|