From 62b4ca23e0ac41653a35ddbe95ed6262a5f49f97 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 7 Jun 2017 13:12:02 +0200 Subject: Separate test dataset no longer needed --- bin/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/build.sh') diff --git a/bin/build.sh b/bin/build.sh index 14b4f98..901bb41 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,10 +1,8 @@ #!/bin/bash CONFIG=$1 DIR=$2 -rm config/dates.json -ln -s $CONFIG config/dates.json PREV_DATE="" -cat config/dates.json | +cat $CONFIG | jq '.[] | .date, .url, .index, .name' | xargs -n4 | while read DATE URL INDEX NAME -- cgit v1.2.3