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
an title='2020-12-28 22:09:13 -0500'>2020-12-28Lex strings inside macrosJune McEnroe 2020-12-28Set H_SETUNIQUEJune McEnroe 2020-12-28Add initial version of hilexJune McEnroe