summarylogtreecommitdiffstats
path: root/otbconvert.pe
diff options
context:
space:
mode:
authoroi_wtf2019-09-04 23:47:55 +0200
committeroi_wtf2019-09-04 23:47:55 +0200
commita37f9c670a8e98450bfc44168928f3461894cecc (patch)
tree9aba1c16cdc269ec268ce89d2687527e5f3a01f5 /otbconvert.pe
downloadaur-a37f9c670a8e98450bfc44168928f3461894cecc.tar.gz
Initial upload: terminus-font-td1-otb 4.48-1
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