diff options
Diffstat (limited to 'vis-copy')
| -rwxr-xr-x | vis-copy | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vis-copy b/vis-copy deleted file mode 100755 index d820d79..0000000 --- a/vis-copy +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ ! -z "$DISPLAY" ]; then - exec xsel -ib -elif type pbcopy >/dev/null 2>&1; then - exec pbcopy -else - echo "System clipboard not supported" 1>&2 - exit 1 -fi |
