view bin/card-by-name @ 10363:b14f80266380

<moony> ` mv source bin/source
author HackBot
date Tue, 07 Mar 2017 21:03:53 +0000
parents c989a1669243
children 9b7441dadcb5
line wrap: on
line source

#!/bin/sh
exec perl -e 'open$I,"<","/hackenv/share/mtg/allsets.txt"or die;$/=""; while(<$I>){/\A(?i)\Q$ARGV[0]/ and print}' "$1"