Files
dotfiles/bin/pbcopy_l
2024-08-29 10:08:45 +01:00

6 lines
83 B
Bash
Executable File

#!/bin/sh
if [ "$(uname)" != "Linux" ] ; then
/usr/bin/pbcopy $*
fi
xsel -i -b