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

add find-missing-wrapper helper

parent e5cb6ad9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#!/bin/sh
jq '.[] | .ds100' stations.json | cut -d '"' -f 2 | shuf | while read line; do
	echo $line
	./find-missing $line | tee -a missing.txt
done