Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsaluja22 authored Aug 30, 2017
1 parent fd0ba60 commit 8bc32d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/Book4English/Inds/createIEROCR.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
# int-or-string.sh
a=1
#mkdir txtfiles
for i in *.txt ; do
(cat "page-$a.txt"; echo) >> ../IEROCR;
let a=a+1
done

0 comments on commit 8bc32d7

Please sign in to comment.