4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
scrot -b -s -f -F "$SCREENSHOT_HOME/$(date +%F-%H%M%S).png" -e 'xclip -sel clipboard -t image/png -i $f'
|
|
|