87579d938e
ancient. My awk skills are definitely well beyond this by now, but not "expert level", so probably time to resurrect.
6 lines
54 B
Awk
Executable File
6 lines
54 B
Awk
Executable File
#!/usr/bin/awk -f
|
|
|
|
BEGIN {
|
|
print "Don't Panic!"
|
|
}
|