source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/remote-solr-delete-collection.sh@ 31464

Last change on this file since 31464 was 31464, checked in by davidb, 7 years ago

More general version of script that let's you specify the collection name on the commandline. Defaults to htrc-full-ef

  • Property svn:executable set to *
File size: 86 bytes
RevLine 
[31464]1#!/bin/bash
2
3solr_col=${1:-htrc-full-ef}
4
5ssh gc0 \
6 solr delete \
7 -c $solr_col
Note: See TracBrowser for help on using the repository browser.