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
9:33:38 -0400'>2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe