source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/REMOVE-CACHED-WEBANNOTATION-LISTS.sh@ 37120

Last change on this file since 37120 was 37077, checked in by davidb, 16 months ago

Useful scripts to help work with the SimpleAnnotationServer Store servlet-backend

  • Property svn:executable set to *
File size: 202 bytes
Line 
1#!/bin/bash
2
3echo ""
4echo "****"
5echo "* Removing from 'cached' any files matching webannotation-list*.json"
6echo "****"
7
8find cached/ -name "*webannotation-list*.json" -exec rm {} \; -print
9
10echo ""
11
12
Note: See TracBrowser for help on using the repository browser.