mirror of
https://github.com/hnhx/rice.git
synced 2025-02-02 14:17:04 -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'
|