about summary refs log tree commit diff stats
path: root/combine.ed
diff options
context:
space:
mode:
Diffstat (limited to 'combine.ed')
-rw-r--r--combine.ed12
1 files changed, 12 insertions, 0 deletions
diff --git a/combine.ed b/combine.ed new file mode 100644 index 0000000..a3d519b --- /dev/null +++ b/combine.ed
@@ -0,0 +1,12 @@
1/stawk()
2+c
3subtext="$(cat<<'__END_SUBTEXT__'
4.
5.r subtext.awk
6a
7__END_SUBTEXT__
8)"
9awk "$subtext" "$@"
10.
11w /dev/stdout
12q \ No newline at end of file