3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
scrot -F - | xclip -selection clipboard -target image/png
|