summaryrefslogtreecommitdiff
path: root/retardX11.sh
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
committerMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
commitfda242bff12b29034b18800cb5a55aa0e4e3d7ee (patch)
treecc97ba10f11a4e3b2c0ac5b5194b3d1bcc55522b /retardX11.sh
parent115a65be0583658a7f39a7abaeb2401448f0d7c9 (diff)
heavy cleanup
Diffstat (limited to 'retardX11.sh')
-rwxr-xr-xretardX11.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/retardX11.sh b/retardX11.sh
deleted file mode 100755
index 3be0261..0000000
--- a/retardX11.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-case $1 in
- start)
- echo starting retard X access
- xhost +SI:localuser:retard
- sudo su retard
- ;;
-
- stop)
- echo stopping retard X access
- xhost -SI:localuser:retard
- ;;
-
- *)
- echo "stop or start?"
-esac