summarylogtreecommitdiffstats
path: root/otbconvert.pe
diff options
context:
space:
mode:
authorDan Elkouby2019-08-08 16:26:17 +0300
committerDan Elkouby2019-08-08 16:26:17 +0300
commite48c39c839afb6963b8ce4f320352196aa773d3c (patch)
tree6cfbb3e5c0a209722e97ecd9e57ef962581ed219 /otbconvert.pe
downloadaur-e48c39c839afb6963b8ce4f320352196aa773d3c.tar.gz
Initial import
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