comparison bin/dis86 @ 4435:bbc9c7936146

<kmc> echo \'bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe \'\\\'\'s/^ *//; s/ *\\n/; /;\'\\\' > bin/dis86 && chmod +x bin/dis86
author HackBot
date Mon, 10 Feb 2014 06:59:23 +0000
parents d2720b3ce76e
children
comparison
equal deleted inserted replaced
4434:babb21fad534 4435:bbc9c7936146
1 bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | sed 's/^ *//; s/ *$//;' 1 bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe 's/^ *//; s/ *\n/; /;'