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:
parent
c62e6d2585
commit
87579d938e
@ -1,2 +1,5 @@
|
||||
#!/home/dbuch/bin/gawk -f
|
||||
BEGIN { print "Don't Panic!" }
|
||||
#!/usr/bin/awk -f
|
||||
|
||||
BEGIN {
|
||||
print "Don't Panic!"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user