#!/data/data/com.termux/files/usr/bin/sh

cmd=$(dirname "$0")/soffice
exec "$cmd" --draw "$@"
