]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/ma2etc.sh
- we introduced the pointer_step rc in the perspective of proving
[helm.git] / matita / matita / contribs / lambda_delta / ma2etc.sh
1 for FILE in `find $1 -name "*.ma"`; do svn mv $FILE ${FILE/%.ma/.etc} ; done