mirror of https://github.com/gorhill/uBlock.git
more details
This commit is contained in:
parent
e08b8d3457
commit
4cca4964af
Binary file not shown.
|
@ -14,12 +14,11 @@ Execute tesseract custom script:
|
||||||
|
|
||||||
./tessall
|
./tessall
|
||||||
|
|
||||||
Then
|
`all.txt` contains a csv of the results.
|
||||||
|
Paste in spreadsheet. Etc.
|
||||||
cat out.txt | perl -p -000 -e 's/(\d)\n/\1,/g' | perl -p -e 's/,\n$//'
|
|
||||||
|
|
||||||
|
|
||||||
tessal script:
|
`tessal` script:
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm all.txt
|
rm all.txt
|
||||||
|
|
Loading…
Reference in New Issue