1
0
Fork 0
planet/bin/upgrade.sh

5 lines
68 B
Bash
Executable File

for f in `find . | grep tm$`
do
mogan --convert $f $f --quit
done