diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-23 00:07:11 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-23 00:07:11 +0100 |
| commit | 1c1792ec7af43cdd3baba51e4bf86424c5846db9 (patch) | |
| tree | 47889074af410844d4e8ba2e57dc26824423915b /vis-copy | |
| parent | 38f08a4a0a6994fa03e74d19f561e09986537588 (diff) | |
| download | vis-1c1792ec7af43cdd3baba51e4bf86424c5846db9.tar.gz vis-1c1792ec7af43cdd3baba51e4bf86424c5846db9.tar.xz | |
vis: use vis-clipboard instead of vis-{copy,paste} scripts
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 |
