annotate twolines @ 6060:a8148392765d

<ais523> ` echo \'echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"\' >> bin/asm
author HackBot
date Fri, 16 Oct 2015 22:33:39 +0000
parents df9ed345fc0c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5275
df9ed345fc0c <izabera> { echo first; echo second; } > twolines
HackBot
parents:
diff changeset
1 first
df9ed345fc0c <izabera> { echo first; echo second; } > twolines
HackBot
parents:
diff changeset
2 second