Initial commit
This commit is contained in:
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user