Wherps. Removing absolute path ref to my 'gawk'. This thing is
ancient. My awk skills are definitely well beyond this by now, but not "expert level", so probably time to resurrect.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/home/dbuch/bin/gawk -f
|
||||
BEGIN { print "Don't Panic!" }
|
||||
#!/usr/bin/awk -f
|
||||
|
||||
BEGIN {
|
||||
print "Don't Panic!"
|
||||
}
|
||||
|
Reference in New Issue
Block a user