annotate bin/random-card @ 8753:8c43a2d07d89

<oerjan> learn te/sting is important.
author HackBot
date Wed, 06 Jul 2016 01:02:54 +0000
parents 8934300cd6d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8000
ea34842a51f6 <b_jonas> `` echo $\'#!/bin/sh\\nexec perl -e\\\'\'\'open$I,"<","share/mtg/allsets.txt"or die$!;$/=""; @c=grep{/(?:$ARGV[0])/}<$I>; print $c[rand($c)];\'\\\'\' "$1"\' > bin/random-card && chmod -v a+x bin/random-card
HackBot
parents:
diff changeset
1 #!/bin/sh
8750
8934300cd6d1 <b_jonas> `` perl -i -pe \'s/("\\x241)/-- $1/\' bin/random-card
HackBot
parents: 8072
diff changeset
2 exec perl -e'open$I,"<","share/mtg/allsets.txt"or die$!;$/=""; @c=grep{/(?mi:$ARGV[0])/}<$I>; print($c[rand(@c)] || "No card found.");' -- "$1"