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