annotate bin/welcome13 @ 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 674476b08eaf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3274
674476b08eaf <ssstosis> gccrun FILE* f=fopen("/hackenv/bin/welcome13","w");fprintf(f,"welcome \\"$@\\" | tr a-zA-Z n-za-mN-ZA-M");fflush(f);fclose(f);
HackBot
parents: 3272
diff changeset
1 welcome "$@" | tr a-zA-Z n-za-mN-ZA-M