From 187bb7e04dfb26203f9bb559bd42de9c89e1c9f1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Apr 2022 11:17:06 +0200 Subject: find-missing-wrapper: be nice to IRIS --- share/find-missing-wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/find-missing-wrapper b/share/find-missing-wrapper index 22c3bdd..ae5792c 100755 --- a/share/find-missing-wrapper +++ b/share/find-missing-wrapper @@ -1,5 +1,6 @@ -#!/bin/sh +#!/bin/bash jq '.[] | .ds100' stations.json | cut -d '"' -f 2 | shuf | while read line; do echo $line ./find-missing $line | tee -a missing.txt + sleep $(( RANDOM % 10 )) done -- cgit v1.2.3