# HG changeset patch # User HackBot # Date 1445043252 0 # Node ID 6e702775e5c34289fc82206134f22a2998c4fad1 # Parent 9c8a24f880bf4a6b7ced4f4720e140288f585f1b ` sed -i -e \'1s/n//\' bin/asm diff -r 9c8a24f880bf -r 6e702775e5c3 bin/asm --- a/bin/asm Sat Oct 17 00:53:30 2015 +0000 +++ b/bin/asm Sat Oct 17 00:54:12 2015 +0000 @@ -1,2 +1,2 @@ -n#!/bin/sh +#!/bin/sh echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"