view bin/random-card @ 8566:6119f30fc5cb

<int-e> learn pico is the useless twin of nano.
author HackBot
date Wed, 22 Jun 2016 18:48:29 +0000
parents 90dbd630fd23
children 8934300cd6d1
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"