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

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

Additional scripts to help with running solr locally out of /tmp area

  • Property svn:executable set to *
File size: 60 bytes
Line 
1#!/bin/bash
2
3ssh gc0 \
4 solr delete \
5 -c htrc-full-ef
Note: See TracBrowser for help on using the repository browser.