annotate bin/hello @ 3900:b1b0dcb5ad5e

<fizzie> printf \'%s\\n\' \'#!/usr/bin/env python\' \'import sys\' \'import unicodedata\' \'print u" ".join("[U+{0:04x} {1}]".format(ord(c), unicodedata.name(c, "DUNNO")) for c in " ".join(sys.argv[1:]).decode("utf-8")).encode("utf-8")\' > bin/unidecode
author HackBot
date Fri, 11 Oct 2013 13:57:18 +0000
parents 9ea9bea4a3e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2448
9ea9bea4a3e1 <Taneb> echo "echo Hello" > bin/hello
HackBot
parents:
diff changeset
1 echo Hello