From d35bfedf47ac003b0ac7f90af951a578eeb8661b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= <edu@thorsten-wissmann.de>
Date: Wed, 29 Jan 2014 05:25:50 +0100
Subject: [PATCH] Add tatl-compatibility-wrapper.sh script

---
 tatl-compatibility-wrapper.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 tatl-compatibility-wrapper.sh

diff --git a/tatl-compatibility-wrapper.sh b/tatl-compatibility-wrapper.sh
new file mode 100755
index 0000000..aaa7980
--- /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"
-- 
GitLab