Unverified Commit 187bb7e0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

find-missing-wrapper: be nice to IRIS

parent 3e874b2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#!/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