dotfiles/bin/grab

7 lines
103 B
Text
Raw Normal View History

2025-04-27 21:57:27 +02:00
#!/bin/sh
FILE=/tmp/`dbus-uuidgen`.png
scrot -s $FILE
tesseract $FILE - --dpi 150 | xclip -i
rm $FILE