source: ether_eccad/tags/release_1.1/delclass.sh

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

commit v1 eccad

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 164 bytes
Line 
1#!/bin/ksh
2
3
4liste=`find . -name *.o`
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.