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

if [ -n "${SSH_CLIENT:-}" ]; then
	exec pbd -p
elif [ -n "${DISPLAY:-}" ]; then
	exec xsel -bo
else
	echo "${0}: don't know what to do" >&2
	exit 1
fi
a>June McEnroe 2018-05-30Remove viewmodel disablingJune McEnroe 2018-05-30Remove demoman mouse2 bindJune McEnroe 2018-05-30Ignore macOS debug directoriesJune McEnroe 2018-05-29Add CharIter in ediJune McEnroe 2018-05-29Move spans back out of segs in ediJune McEnroe 2018-05-29Use scheme for Light terminalJune McEnroe 2018-05-28Rewrite edi WIPJune McEnroe