diff --git a/brltty_es_wrapper.in b/brltty_es_wrapper.in
new file mode 100644
index 0000000..43a8477
--- /dev/null
+++ b/brltty_es_wrapper.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Having a wrapper makes it easy to redirect debugging/tracing output.
+exec /usr/bin/python \
+   __CICERO__/tts_brltty_es.py \
+   2>> __LOG__/cicero-log
