dot/scripts/screenshot_fs
2021-10-10 02:23:03 +01:00

3 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")