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