android13/external/one-true-awk/testdir/bundle.awk

4 lines
67 B
Awk
Raw Normal View History

2024-06-22 08:45:49 -04:00
# bundle - combine multiple files into one
{ print FILENAME, $0 }