mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 19:37:28 -03:00
3 lines
97 B
Text
3 lines
97 B
Text
|
#!/bin/sh
|
||
|
scrot -f "/tmp/clipboard.png" -o -s -e 'xclip -selection clipboard -t image/png -i $f'
|