source: ether_eccad/trunk/delclass.sh~ @ 68

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

commit v1 eccad

  • 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.