mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
3 lines
90 B
Bash
3 lines
90 B
Bash
|
#!/bin/bash
|
||
|
maim -s --format png /dev/stdout | xclip -selection clipboard -t image/png -i
|