changeset 6078:9c8a24f880bf

<ais523> ` sed -i -e $(printf "1i\\\\\\n#!/bin/sh") bin/asm
author HackBot
date Sat, 17 Oct 2015 00:53:30 +0000
parents 95fa8ec1e331
children 6e702775e5c3
files bin/asm
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asm	Fri Oct 16 23:44:30 2015 +0000
+++ b/bin/asm	Sat Oct 17 00:53:30 2015 +0000
@@ -1,1 +1,2 @@
+n#!/bin/sh
 echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"