changeset 4428:bad2f047c74e

<kmc> echo \'echo "$@" | xxd -r -p\' > bin/unhex && chmod +x bin/unhex
author HackBot
date Mon, 10 Feb 2014 06:32:03 +0000
parents e3ad036bc082
children b91941d47f3a
files bin/unhex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/unhex	Mon Feb 10 06:31:02 2014 +0000
+++ b/bin/unhex	Mon Feb 10 06:32:03 2014 +0000
@@ -1,1 +1,1 @@
-xxd -r -p
+echo "$@" | xxd -r -p