From 6f36f8cb531bc0447725df2f183cc7e7d6069244 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 9 Jul 2023 14:34:24 +0200 Subject: find-missing-wrapper: use up-to-date IRIS version fo find-missing --- share/find-missing-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/find-missing-wrapper b/share/find-missing-wrapper index ae5792c..df5112d 100755 --- a/share/find-missing-wrapper +++ b/share/find-missing-wrapper @@ -1,6 +1,6 @@ #!/bin/bash jq '.[] | .ds100' stations.json | cut -d '"' -f 2 | shuf | while read line; do echo $line - ./find-missing $line | tee -a missing.txt + perl -I../lib ./find-missing $line | tee -a missing.txt sleep $(( RANDOM % 10 )) done -- cgit v1.2.3