annotate bin/dis86 @ 4429:b91941d47f3a

<kmc> echo \'bin="$1"; shift; unhex "$1" | udcli -64 | perl -lne \'\\\'\'s/ *$//g; $_=substr($_, 34); print if $_;\'\\\' > bin/dis86 && chmod +x bin/dis86
author HackBot
date Mon, 10 Feb 2014 06:41:20 +0000
parents
children fd407691c70d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4429
b91941d47f3a <kmc> echo \'bin="$1"; shift; unhex "$1" | udcli -64 | perl -lne \'\\\'\'s/ *$//g; $_=substr($_, 34); print if $_;\'\\\' > bin/dis86 && chmod +x bin/dis86
HackBot
parents:
diff changeset
1 bin="$1"; shift; unhex "$1" | udcli -64 | perl -lne 's/ *$//g; $_=substr($_, 34); print if $_;'