mirror of https://gitee.com/XmacsLabs/planet.git
5 lines
68 B
Bash
5 lines
68 B
Bash
|
for f in `find . | grep tm$`
|
||
|
do
|
||
|
mogan --convert $f $f --quit
|
||
|
done
|