Codebase list libmawk / lintian-fixes/main src / example_apps / 12_input / test.awk
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

test.awk @lintian-fixes/mainraw · history · blame

1
2
3
BEGIN { print "script: BEGIN" }
      { print "script: input: \"" $0 "\"" }
END   { print "script: END" }