summary refs log tree commit diff
path: root/describe-heap.sed
diff options
context:
space:
mode:
Diffstat (limited to 'describe-heap.sed')
-rw-r--r--describe-heap.sed11
1 files changed, 11 insertions, 0 deletions
diff --git a/describe-heap.sed b/describe-heap.sed
new file mode 100644
index 0000000..f21781b
--- /dev/null
+++ b/describe-heap.sed
@@ -0,0 +1,11 @@
+# ./quine | sed -f describe-heap.sed > heap.txt
+
+:main
+/^0000000008/bdrop
+n
+bmain
+
+:drop
+s/.*//
+N
+bdrop