4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
scrot -se 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'
|