diff --git a/tatl-compatibility-wrapper.sh b/tatl-compatibility-wrapper.sh
new file mode 100755
index 0000000000000000000000000000000000000000..aaa798080cedf96e0b6935d8203e02e8267bdb34
--- /dev/null
+++ b/tatl-compatibility-wrapper.sh
@@ -0,0 +1,6 @@
+#!/bin/bash -e
+
+f="$(cat)"
+f=$(./cool2tatl.sh 5 <<< "$f")
+
+exec ./tatl -o -f "$f"