changeset 6079:6e702775e5c3

<ais523> ` sed -i -e \'1s/n//\' bin/asm
author HackBot
date Sat, 17 Oct 2015 00:54:12 +0000
parents 9c8a24f880bf
children aa298f9e62d1
files bin/asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"