#!/bin/sh
# $Id: doc2pdf,v 1.1 2017/05/03 06:23:43 friedman Exp $

for doc in "$@"; do
    run-misc.sh oowriter --convert-to pdf "$doc"
done

# eof
