summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rw-r--r--run11
1 files changed, 0 insertions, 11 deletions
diff --git a/run b/run
deleted file mode 100644
index 5427e8e..0000000
--- a/run
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-make
-
-Xephyr :100 -screen 1600x900 &
-
-sleep 0.1
-
-DISPLAY=:100 ./YATwm
-
-pkill Xephyr