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