Menu

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

Download this file

8 lines (6 with data), 182 Bytes

#!/bin/sh

for i in `find * -type d | grep -v .svn`; do
    cd $i
    rm -f A.OUT main.o  A.dgematrix A.dsymatrix y.dcovector  answer.dcovector solution.dcovector *~
    cd ../
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.