mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
2 lines
127 B
Bash
Executable file
2 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")
|