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
/commit/bin/cash/Makefile?id=9846c004a1cec5c28f5f3eb4b9299e2a0cfdadad&follow=1'>Replace cash MakefileJune McEnroe 2019-01-10Move bltin out of subdirectoryJune McEnroe