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:
Dan Buch 2012-03-03 08:30:27 -05:00
parent c62e6d2585
commit 87579d938e

View File

@ -1,2 +1,5 @@
#!/home/dbuch/bin/gawk -f #!/usr/bin/awk -f
BEGIN { print "Don't Panic!" }
BEGIN {
print "Don't Panic!"
}