dotfiles/bin/grab
2025-04-27 21:57:27 +02:00

6 lines
103 B
Bash
Executable file

#!/bin/sh
FILE=/tmp/`dbus-uuidgen`.png
scrot -s $FILE
tesseract $FILE - --dpi 150 | xclip -i
rm $FILE