view bin/card-by-name @ 8572:abcbf0afc6ff

<shachaf> revert
author HackBot
date Wed, 22 Jun 2016 20:36:22 +0000
parents 8bc55e6adaaf
children
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"