view bin/card-by-name @ 12157:335b43d166d9 draft

<wib_jonas> `` ln -sv ../wisdom ../quotes /hackenv/share/
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 10:40:47 +0000
parents 9b7441dadcb5
children
line wrap: on
line source

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