mirror of
https://gitee.com/XmacsLabs/planet.git
synced 2025-12-13 00:53:51 +00:00
4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
for f in `find . | grep tm$`
|
|
do
|
|
mogan --convert $f $f --quit
|
|
done
|