Files
2026-07-15 11:38:06 +01:00

12 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
set -e
Xephyr :1 -screen 1280x720 &> /dev/null &
pid=$!
trap "kill $pid" EXIT
sleep 1
DISPLAY=:1 cabal run exe:kutu -- --script $1