mirror of
https://git.davidovski.xyz/dot.git
synced 2026-06-15 04:49:36 +00:00
2 lines
125 B
Bash
Executable file
2 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
maim -su /dev/stdout | tee $(date +"$HOME/pics/screenshot/%F_%T.png") | xclip -selection clipboard -t image/png
|