summarylogtreecommitdiffstats
path: root/otd
diff options
context:
space:
mode:
Diffstat (limited to 'otd')
-rwxr-xr-xotd13
1 files changed, 0 insertions, 13 deletions
diff --git a/otd b/otd
deleted file mode 100755
index f4a779ebe6ba..000000000000
--- a/otd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-cd /usr/share/OpenTabletDriver
-if [ $# -eq 0 ]
-then
- if [[ ! -v DISPLAY ]] && [[ ! -v WAYLAND_DISPLAY ]]
- then
- echo "DISPLAY and/or WAYLAND_DISPLAY is not set"
- exit 64
- fi
- dotnet ./OpenTabletDriver.Daemon.dll -c ./Configurations
-else
- dotnet ./OpenTabletDriver.Console.dll "$@"
-fi