source: main/trunk/model-sites-dev/atea/collect/global-digital-heritage/BUILDCOL.sh@ 34071

Last change on this file since 34071 was 34071, checked in by davidb, 4 years ago

Script changed to work out the site-name from the pwd (in addiition to col name)

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