source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/05-COPY-VOTING-METADATA-TO-IMPORT.sh@ 34865

Last change on this file since 34865 was 34865, checked in by davidb, 3 years ago

Scripts to help generate metadata files that add in voting data

  • Property svn:executable set to *
File size: 207 bytes
Line 
1#!/bin/bash
2
3
4echo "Copying:"
5
6for d in ../import/sparqlresults-* ; do
7 if [ -d "$d" ] ; then
8 echo " voting-excel/metadata.json -> $d/."
9 /bin/cp "voting-excel/metadata.json" "$d/."
10 fi
11done
12
13
14
15
Note: See TracBrowser for help on using the repository browser.