6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
scrot -s -o /tmp/screenshot.png
|
||
|
xclip -sel clip -i /tmp/screenshot.png -t "image/png"
|
||
|
|