mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 11:27:29 -03:00
2 lines
97 B
Bash
Executable file
2 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
scrot -f "/tmp/clipboard.png" -o -s -e 'xclip -selection clipboard -t image/png -i $f'
|