view bin/random-card @ 8226:4b27e2a991db

<oerjan> learn Jerk is the integral of snap.
author HackBot
date Tue, 31 May 2016 03:19:33 +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"