source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/02-EXPLODE-SPARQLRESULTS-TO-IMPORT.sh@ 34862

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

Revised name to better indicate the work done by the script

  • Property svn:executable set to *
File size: 298 bytes
Line 
1#!/bin/bash
2
3
4echo "Copying:"
5
6#/bin/cp countries-in-esc-by-year.json ../import/.
7
8
9for f in "local--countries-in-esc-by-year-after-1956--with-errata.json" ; do
10
11 echo " errata-lod/$f -> ../import/sparqlresults-$f"
12
13 /bin/cp "errata-lod/$f" "../import/sparqlresults-$f"
14done
15
16
17
18
Note: See TracBrowser for help on using the repository browser.