source: main/trunk/model-sites-dev/heritage-nz/collect/reports-2019/ACTIVATE.sh@ 33029

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

Generalized way to determine the collection name

  • Property svn:executable set to *
File size: 139 bytes
RevLine 
[32806]1#!/bin/bash
2
[33029]3cwd=`pwd`
4col=${cwd##*/}
[32806]5
[33029]6activate.pl -site heritage-nz -library_url http://localhost:8383/greenstone3/hnz-library $* "$col"
7
Note: See TracBrowser for help on using the repository browser.