view bin/random-card @ 12018:03d43745ff23 draft

<b_jonas> `` hg cat -r 9075 bin/random-card > bin/random-card
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 21:44:59 +0000
parents 743d67ea7f22
children 9a693e54efb1
line wrap: on
line source

#!/bin/sh
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"