annotate bin/toroman @ 5326:251f5b3167b6

<izabera> ` echo harry ron hermione >> bin/emptylist
author HackBot
date Thu, 23 Apr 2015 06:53:55 +0000
parents be29daf5dafa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5131
96373b259c9e <b_jonas> echo $\'#!/usr/bin/perl\\n\'\'sub k{my$t;$t=~y/IVXLC/XLCDM/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$r{$t}=$_;$t}print k((shift=~/(\\w+)/)[0]),$/\' > bin/toroman && chmod a+x bin/toroman
HackBot
parents:
diff changeset
1 #!/usr/bin/perl
5132
be29daf5dafa <b_jonas> echo $\'#!/usr/bin/perl\\n\'\'sub k{my$t;$t=~y/IVXLC/XLCDM/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$t}$_=(shift=~/(\\w+)/)[0];print k,$/\' > bin/toroman && chmod a+x bin/toroman
HackBot
parents: 5131
diff changeset
2 sub k{my$t;$t=~y/IVXLC/XLCDM/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$t}$_=(shift=~/(\w+)/)[0];print k,$/