@@ -1,6 +0,0 @@
-#!/bin/bash
-set -eu
-Xvfb :99 &
-PID=$!
-DISPLAY=:99 PYTHONIOENCODING="utf_8" python3 ./tati.py
-kill $PID