#!/bin/sh printf %s "$*" | xclip -selection clipboard && notify-send "Copied to clipboard: $*"