Initial commit

This commit is contained in:
2026-07-15 11:38:06 +01:00
commit 1d5acfdc94
20 changed files with 2902 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/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