3 lines
142 B
Bash
Executable file
3 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
#date +"%a_%d_%b_%H:%M"
|
|
maim -m 10 --select | tee ~/Pictures/screenshots/$(date +%Y.%m.%d_%H:%M.%S).png | xclip -sel c -t image/png
|