initial import of opensym2017 scraper/report
This commit is contained in:
3
extract_pdf_page_lengths.sh
Executable file
3
extract_pdf_page_lengths.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find $@ -print0 |xargs -0 -n1 pdfinfo|grep Pages|awk '{print $2}' > opensym2017-pdf_page_lengths.list
|
||||
Reference in New Issue
Block a user