mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
more details
This commit is contained in:
parent
e08b8d3457
commit
4cca4964af
2 changed files with 3 additions and 4 deletions
Binary file not shown.
|
@ -14,12 +14,11 @@ Execute tesseract custom script:
|
|||
|
||||
./tessall
|
||||
|
||||
Then
|
||||
|
||||
cat out.txt | perl -p -000 -e 's/(\d)\n/\1,/g' | perl -p -e 's/,\n$//'
|
||||
`all.txt` contains a csv of the results.
|
||||
Paste in spreadsheet. Etc.
|
||||
|
||||
|
||||
tessal script:
|
||||
`tessal` script:
|
||||
|
||||
#!/bin/sh
|
||||
rm all.txt
|
||||
|
|
Loading…
Reference in a new issue