Skip to content
Snippets Groups Projects
Commit 7a8ac644 authored by Jettka, Daniel's avatar Jettka, Daniel
Browse files

corrected paths

parent 0ffacae7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
java -jar software\saxon9he.jar usas-annotation\insert-usas-annotations.xsl -xsl:usas-annotation\insert-usas-annotations.xsl java -jar software/saxon9he.jar usas-annotation/insert-usas-annotations.xsl -xsl:usas-annotation/insert-usas-annotations.xsl
for file in $(find corpora/ -name '*.exbu') for file in $(find corpora/ -name '*.exbu')
do do
mv $file $(echo "$file" | sed -r 's|.exbu|.exb|g') mv $file $(echo "$file" | sed -r 's|.exbu|.exb|g')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment