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