source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/FULL-REBUILD.sh@ 33365

Last change on this file since 33365 was 33277, checked in by davidb, 5 years ago

Useful scripts for rebuilding

File size: 194 bytes
Line 
1#!/bin/bash
2
3echo "Started full rebuild (import.pl and buildcol.pl) `date`" > build-stats.txt && ./IMPORT.sh && ./BUILDCOL.sh && ./ACTIVATE.sh && echo "Finished build `date`" >> build-stats.txt
Note: See TracBrowser for help on using the repository browser.