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

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

Tweaks after testing

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