annotate bin/card-by-name @ 8676:e634ebb3458a

<oerjan> ` sed -i \'s/ \\+/ /g;s/ $//\' wisdom/{if,o,rhenium,semmelweis}
author HackBot
date Thu, 30 Jun 2016 23:38:32 +0000
parents 8bc55e6adaaf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7994
3a869b13ae19 <b_jonas> `` echo $\'#!/bin/sh\\n\'exec perl -e \'\\\'\'open$I,"<","/hackenv/share/mtg/allsets.txt"or die;$/=""; while(<$I>){/\\A(?i)\\Q$ARGV[0]/ and print}\'\\\'\' "$1"\' > bin/card-by-name && chmod a+x bin/card-by-name
HackBot
parents:
diff changeset
1 #!/bin/sh
7995
8bc55e6adaaf <b_jonas> `` echo $\'#!/bin/sh\\n\'\'exec perl -e \'\\\'\'open$I,"<","/hackenv/share/mtg/allsets.txt"or die;$/=""; while(<$I>){/\\A(?i)\\Q$ARGV[0]/ and print}\'\\\'\' "$1"\' > bin/card-by-name && chmod a+x bin/card-by-name
HackBot
parents: 7994
diff changeset
2 exec perl -e 'open$I,"<","/hackenv/share/mtg/allsets.txt"or die;$/=""; while(<$I>){/\A(?i)\Q$ARGV[0]/ and print}' "$1"