annotate bin/rum @ 3678:e4904d8fb386

<kmc> printf \'#!/usr/bin/env python\\nimport sys\\nimport unicodedata\\n\\nprint unicodedata.lookup(sys.argv[1]).encode("utf-8")\\n\' > bin/unicode && chmod +x bin/unicode
author HackBot
date Mon, 09 Sep 2013 22:56:08 +0000
parents 78ce1b0d5593
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3142
78ce1b0d5593 <shachaf> echo \'sh -c "$1"\' > bin/rum; chmod +x bin/run
HackBot
parents:
diff changeset
1 sh -c "$1"