summarylogtreecommitdiffstats
path: root/otbconvert.pe
diff options
context:
space:
mode:
Diffstat (limited to 'otbconvert.pe')
-rwxr-xr-xotbconvert.pe7
1 files changed, 7 insertions, 0 deletions
diff --git a/otbconvert.pe b/otbconvert.pe
new file mode 100755
index 000000000000..2d26b3443031
--- /dev/null
+++ b/otbconvert.pe
@@ -0,0 +1,7 @@
+#!/usr/bin/fontforge
+i=1
+while ( i<$argc )
+ Open($argv[i])
+ Generate($argv[i]:r + ".otb")
+ i = i+1
+endloop