mirror of https://gitee.com/XmacsLabs/planet.git
bin/upgrade.elv
This commit is contained in:
parent
3977329997
commit
2a44da2a2a
|
@ -0,0 +1,4 @@
|
|||
find . | grep "tm$" | each { |x|
|
||||
/usr/bin/MoganResearch --convert $x $"x"u --quit
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
for f in `find . | grep tm$`
|
||||
do
|
||||
mogan --convert $f $f --quit
|
||||
done
|
Loading…
Reference in New Issue