diff options
Diffstat (limited to 'convert')
-rwxr-xr-x | convert | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/bin/sh +# convert -- batch convert .ttf -> .dit + +[ $# -eq 0 ] && { echo usage: $0 family ttf ... 1>&2; exit 1; } + f=$1 shift |