view bin/asm @ 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 bcec7f23a1eb
children 6e702775e5c3
line wrap: on
line source

n#!/bin/sh
echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d"