source: gs3-installations/intermuse/trunk/sites/intermuse/collect/performers/REBUILD-FULL.sh@ 36973

Last change on this file since 36973 was 36973, checked in by davidb, 17 months ago

Initial set of files for a collection which forms a 'document' for each performer in the IntermusE spreadsheet

  • Property svn:executable set to *
File size: 274 bytes
Line 
1#!/bin/bash
2
3echo "Started buildcol.pl -removeold `date`" > full-rebuild-stats.txt \
4 && ./IMPORT.sh > full-import.txt \
5 && ./BUILDCOL.sh > full-buildcol.txt \
6 && ./ACTIVATE.sh > full-activate.txt \
7 && echo "Finished build `date`" >> full-rebuild-stats.txt
8
9
Note: See TracBrowser for help on using the repository browser.