annotate bin/h @ 5375:9489512c414d

<Jafet> ` (echo \'\xe2\x80\x8b#!/bin/sh\'; echo \'echo "$@" | sed \'\\\'\'s/\\\\/\\n/g\'\\\'\' >/tmp/a.c && gcc -w -Wfatal-errors -std=c11 -O2 /tmp/a.c -o /tmp/a.out && /tmp/a.out\') >bin/cc && chmod +x bin/cc
author HackBot
date Thu, 28 May 2015 21:05:03 +0000
parents 7914d7e0b500
children 5c5fc08f8113 09e9103dfa78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2114
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -p
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
2 s/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig