wx2utf_run.sh 284 Bytes
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9
if [ $# -le 1 ]
then
        echo "Error - Arguments missing!!"
        echo -e "Syntax :\nsh $0 <format-type[text|SSF]> <language[hin|tel|..]> <input-file-name>";
        echo -e "e.g.:\nsh $0 ssf hin input-file-name";
exit
fi

perl convertor_indic.pl -f=$1 -l=$2 -s=wx -t=utf -i=$3