#!/bin/sh
# Having a wrapper makes it easy to redirect debugging/tracing output.
exec /usr/bin/python \
   /usr/share/cicero/tts_brltty_es.py \
   2>> /var/log/cicero/cicero-log
