source: trunk/gli/clean.sh@ 4945

Last change on this file since 4945 was 4945, checked in by mdewsnip, 21 years ago

Tidied up script to be more similar to Windows version.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 287 bytes
Line 
1#!/bin/sh
2
3echo "Removing class files..."
4
5cd classes/org/greenstone/gatherer
6rm *.class
7rm -rf cdm
8rm -rf checklist
9rm -rf collection
10rm -rf file
11rm -rf gui
12rm -rf help
13rm -rf mem
14rm -rf msm
15rm -rf sarm
16rm -rf shell
17rm -rf undo
18rm -rf util
19rm -rf valuetree
20cd ../../../..
21
22echo "Done."
Note: See TracBrowser for help on using the repository browser.