annotate bin/dis86 @ 4492:02775a0b8839

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/complain bin/ord bin/ordu
author HackBot
date Sat, 22 Feb 2014 02:38:07 +0000
parents bbc9c7936146
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4435
bbc9c7936146 <kmc> echo \'bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe \'\\\'\'s/^ *//; s/ *\\n/; /;\'\\\' > bin/dis86 && chmod +x bin/dis86
HackBot
parents: 4431
diff changeset
1 bin="$1"; shift; unhex "$bin" | udcli -noff -nohex -64 "$@" | perl -pe 's/^ *//; s/ *\n/; /;'