Changeset 35965 for main


Ignore:
Timestamp:
2022-01-11T14:54:04+13:00 (2 years ago)
Author:
davidb
Message:

Now deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/spotify-musicbrainz/RUN.sh

    r35842 r35965  
    11#!/bin/bash
     2
     3echo ""
     4echo "***** This script has been deprecated"
     5echo "The python script is run directly from the parent directory through thge 07a script"
     6echo ""
     7
     8echo "Sleeping for 5 seconds ... pressing ^C to stop ..."
     9sleep 5
     10echo "... continuing"
    211
    312ttl_file="cached--esc-mir-gold-rdf.ttl"
     
    918fi
    1019
    11 python3 ./eurosparqlify.py \
     20python3 -u ./eurosparqlify.py \
    1221  --musicbrainz \
    1322  --data-out esc-mir-gold-data.out \
Note: See TracChangeset for help on using the changeset viewer.