summary refs log tree commit diff
path: root/home/.local/bin/pbcopy
blob: a804f8364312902956a21fe7abef874f70f89fce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eu

if [ -n "${SSH_CLIENT:-}" ]; then
	exec pbd -c
elif [ -n "${DISPLAY:-}" ]; then
	exec xsel -bi
else
	echo "${0}: don't know what to do" >&2
	exit 1
fi
it/bin/when.y?id=cc8dba0836353aa5ea1096d526daae9129da3b5e&follow=1'>Fix = precedence in whenJune McEnroe