source: ether_eccad/trunk/delclass.sh

Last change on this file was 70, checked in by cbipsl, 14 years ago

maj eccad V3.2

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 168 bytes
RevLine 
[68]1#!/bin/ksh
2
3
[70]4liste=`find . -name *.class`
[68]5
6if [[ -z $liste ]]
7then
8        echo "Pas de donnees"
9else
10        for file in $liste
11        do
12                \rm -rf $file   
13        done
14
15fi
16
Note: See TracBrowser for help on using the repository browser.