dot/scripts/screenshot_fs

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