3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/bin/bash
|
||
|
maim -s -u --color=1.0,0.5,0.0,1.0 -t 16 | xclip -selection clipboard -t image/png
|