This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-08-20 00:45:43 +02:00

8 lines
189 B
Bash

#!/bin/bash
cd /home/fabian/Terminator
set +e
bash -x ./TERMINATOR.sh train-tts > /tmp/term_debug.log 2>&1
echo "EXIT=$?"
echo "--- LAST 50 LINES OF TRACE ---"
tail -50 /tmp/term_debug.log