Skip to content

Commit

Permalink
tool for check_code
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 8, 2017
1 parent a540ddf commit 70a8ee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions import_pdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /bin/csh -f
#


foreach file ($*)
echo $file
set f1=$file:t
set f2=$f1:r
set txt=$f2.txt
pdftotext $file $txt
end

0 comments on commit 70a8ee1

Please sign in to comment.