3 lines
117 B
Bash
Executable File
3 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
scrot ~/Pictures/Screenshots/'%y%m%d-%H:%M'.png -f -s -e 'xclip -selection clipboard -t image/png -i $f'
|