# HG changeset patch # User HackBot # Date 1445070470 0 # Node ID 5516b90279e6030b88855e15daa39ab61800aed0 # Parent 556cbefa638a6c3400a12a0d121a4728bb688854 ` sed -i \'s#"1,/0000000000000000/d"#$\'\\\'\'1,/0000000000000000/d; s/\\\\t/ /g\'\\\'\'#\' bin/asm diff -r 556cbefa638a -r 5516b90279e6 bin/asm --- a/bin/asm Sat Oct 17 08:26:45 2015 +0000 +++ b/bin/asm Sat Oct 17 08:27:50 2015 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d" +echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e $'1,/0000000000000000/d; s/\t/ /g'