source: gs3-installations/mars/trunk/sites/mars/CLEAN-JAVA-ALL.sh@ 36966

Last change on this file since 36966 was 34799, checked in by davidb, 3 years ago

added echo statement, and -f on rm so no warning issued if the java src code has already been cleaned of class files

  • Property svn:executable set to *
File size: 126 bytes
Line 
1#!/bin/bash
2
3echo "Removing class files from: src/java/org/greenstone/mars"
4
5/bin/rm -f src/java/org/greenstone/mars/*.class
6
Note: See TracBrowser for help on using the repository browser.