add cleanup

master
histausse 3 years ago
parent 8221e5a533
commit ee294166fd
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -14,3 +14,4 @@ TESS_LANG='fra+eng+osd'
file='/tmp/img_'`head --bytes=20 /dev/urandom | md5sum | head --bytes=20`'.png'
/sbin/spectacle --region --background --nonotify --output "$file"
/sbin/tesseract "$file" - -l "$TESS_LANG" | /sbin/xclip -in -selection clipboard
rm "$file"

Loading…
Cancel
Save