4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
scrot --freeze '/home/a/shots/%F_%T_$wx$h.png' -s -e 'xclip -selection clipboard -t image/png -i $f'
|
|
|