source: main/trunk/model-sites-dev/mars/collect/deam/ACTIVATE.sh@ 34397

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

Scripts to simplify rebuilding *this* collection

  • Property svn:executable set to *
File size: 331 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
10# sets variable $library_url
11source ./_library_url.sh
12
13#activate.pl -removeold $* -site $site -library_url http://localhost:9393/greenstone3/library $col
14activate.pl -removeold $* -site $site -library_url "$library_url" $col
Note: See TracBrowser for help on using the repository browser.