3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
maim -su -f jpg -m 10 | xclip -selection clipboard -t image/png
|