2 lines
104 B
Bash
Executable file
2 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
scrot -s -l 'mode=classic' -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png
|