#!/bin/bash

if [ $# -lt 1 ]
then
  echo "Need name of font"
  return 1
fi

sfntedit -d MVAR,TSI0,TSI1,TSI2,TSI3,TSI5,TSIC $1
