Syntax Listing --- convert_odt_xhtml

#!/bin/bash
 
if [ $# -ne 2 ]
then
    echo "Insufficient params.  Please provide a file and image cache path"
    exit 1
fi
 
cd /srv/extremetomato.com/http/site_resources/odt_converter/ruby_odt_to_xhtml/
# filepath then language
/usr/bin/ruby odt_to_xhtml.rb --in "$1"
#--images "$2"