chiark / gitweb /
wip debug
[hippotat.git] / w3mstracetodump
index bb9305edf061350160c17fc89c22ce7def802f1d..fdf28eb22cd9e643e038c8807e373b6934d28f73 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -n
 
+# strace -s70000 -ot w3m ./form.html
+
 next unless s{^write\(7, "}{};
 next unless m/^POST|GET/..0;
 s{", \d+\)\s+= \d+\n}{};