#!/bin/sh

mm2xhtml $*

args=`echo $* | sed -e 's/.mm/.xhtml/g'`

java -jar /usr/local/bin/xhtml2scorm-all.jar $args

#rm $args
