changeset 12018:03d43745ff23 draft

<b_jonas> `` hg cat -r 9075 bin/random-card > bin/random-card
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 21:44:59 +0000
parents 743d67ea7f22
children 9a693e54efb1
files bin/random-card
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/random-card	Thu Nov 14 21:43:36 2019 +0000
+++ b/bin/random-card	Thu Nov 14 21:44:59 2019 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec perl -e'open$I,"<","${HACKENV-/hackenv}/share/mtg/allsets.txt"or die$!;$/=""; @c=grep{/(?mi:$ARGV[0])/}<$I>; print($c[rand(@c)] || "No card found.");' -- "$1"
+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"