Menu

[r182]: / trunk / contrib / clean  Maximize  Restore  History

Download this file

9 lines (8 with data), 203 Bytes

#!/bin/sh
pwd=$PWD
for i in `find * -type d | grep -v .svn`; do
    echo $i
    cd $i
    rm -f A.OUT main.o  A.dgematrix A.dsymatrix y.dcovector  answer.dcovector solution.dcovector *~
    cd $pwd
done
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.