source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/BUILDCOL.sh@ 33202

Last change on this file since 33202 was 33029, checked in by davidb, 5 years ago

Generalized way to determine the collection name

  • Property svn:executable set to *
File size: 90 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4col=${cwd##*/}
5
6buildcol.pl -removeold -site heritage-nz $* "$col"
Note: See TracBrowser for help on using the repository browser.