aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/xcmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/xcmd.sh')
-rwxr-xr-xshare/hackvr/examples/xcmd.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/hackvr/examples/xcmd.sh b/share/hackvr/examples/xcmd.sh
deleted file mode 100755
index df6279a..0000000
--- a/share/hackvr/examples/xcmd.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-exec $* | xclip -i | xclip -o | xmessage -buttons ok:0,pipe:1 -file - || exit 0
-#ask for command
-xclip -o | eval $(zenity --entry)