summaryrefslogtreecommitdiff
path: root/bin/build.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-07 13:12:02 +0200
committeremkael <emkael@tlen.pl>2017-06-07 13:57:20 +0200
commit62b4ca23e0ac41653a35ddbe95ed6262a5f49f97 (patch)
treea74975f9c8dbd34c85ebb731167707bf3774a192 /bin/build.sh
parent35548990b2e148f083da44c6ceb5c6630af8bc2f (diff)
Separate test dataset no longer needed
Diffstat (limited to 'bin/build.sh')
-rwxr-xr-xbin/build.sh4
1 files changed, 1 insertions, 3 deletions
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