# HG changeset patch # User HackBot # Date 1392015563 0 # Node ID bbc9c79361468a64ac3f1742a651d8a210d6b476 # Parent babb21fad5345951707ae5b1c18ae392245e774b echo \'bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe \'\\\'\'s/^ *//; s/ *\\n/; /;\'\\\' > bin/dis86 && chmod +x bin/dis86 diff -r babb21fad534 -r bbc9c7936146 bin/dis86 --- a/bin/dis86 Mon Feb 10 06:57:56 2014 +0000 +++ b/bin/dis86 Mon Feb 10 06:59:23 2014 +0000 @@ -1,1 +1,1 @@ -bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | sed 's/^ *//; s/ *$//;' +bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe 's/^ *//; s/ *\n/; /;'