diff options
Diffstat (limited to 'share/hackvr/examples/xcmd.sh')
-rwxr-xr-x | share/hackvr/examples/xcmd.sh | 4 |
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) |