aboutsummaryrefslogtreecommitdiff
path: root/stage-2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'stage-2.awk')
-rw-r--r--stage-2.awk10
1 files changed, 10 insertions, 0 deletions
diff --git a/stage-2.awk b/stage-2.awk
new file mode 100644
index 0000000..26f045c
--- /dev/null
+++ b/stage-2.awk
@@ -0,0 +1,10 @@
+# Footer
+/^ *[0-9]* *Constance *Ring *[0-9]* *$/ {
+ do {
+ getline
+ } while(false); # ($0=="");
+}
+
+{
+ print
+}