dot/scripts/screenshot_fs

3 lines
127 B
Plaintext
Raw Permalink Normal View History

2021-10-09 21:20:41 +00:00
#!/bin/bash
2021-10-10 01:23:03 +00:00
maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")