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
87c39ea06a89c&follow=1'>Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe