3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/bash
|
||
|
import -window root -quality 00 png:- | xclip -selection clipboard -t image/png
|