4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
printf %s "$*" | xclip -selection clipboard &&
|
|
notify-send "Copied to clipboard: $*"
|