Skip to content
Snippets Groups Projects
Commit d35bfedf authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Add tatl-compatibility-wrapper.sh script

parent f725ccae
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -e
f="$(cat)"
f=$(./cool2tatl.sh 5 <<< "$f")
exec ./tatl -o -f "$f"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment