aboutsummaryrefslogtreecommitdiff
path: root/vis-copy
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-23 00:07:11 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-23 00:07:11 +0100
commit1c1792ec7af43cdd3baba51e4bf86424c5846db9 (patch)
tree47889074af410844d4e8ba2e57dc26824423915b /vis-copy
parent38f08a4a0a6994fa03e74d19f561e09986537588 (diff)
downloadvis-1c1792ec7af43cdd3baba51e4bf86424c5846db9.tar.gz
vis-1c1792ec7af43cdd3baba51e4bf86424c5846db9.tar.xz
vis: use vis-clipboard instead of vis-{copy,paste} scripts
Diffstat (limited to 'vis-copy')
-rwxr-xr-xvis-copy10
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