]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/etc/to_text.sh
syntactic components detached from basic_2 become static_2
[helm.git] / helm / www / lambdadelta / etc / to_text.sh
1 for FILE in `find -name "*.$1"`; do
2    mv $FILE ${FILE/.$1/.txt};
3 done