This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd "/Users/peterhrvola/Downloads/Jaro2017 PB138 Uloha 2/dist" | |
for file in /Users/peterhrvola/Downloads/Jaro2017\ PB138\ Uloha\ 2/src/invalid/* | |
do | |
java -jar "/Users/peterhrvola/Downloads/Jaro2017 PB138 Uloha 2/dist/Jaro2017_PB138_Uloha2.jar" "$file" | |
done |
NewerOlder