source: main/trunk/model-sites-dev/cambridge-museum/collect/waikato-independent/IMPORT.sh@ 34501

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

Fixed up up to work as its own site

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