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.
cat-town
Dan Buch 13 years ago
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…
Cancel
Save