Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created March 22, 2017 16:51
Show Gist options
  • Save hrvolapeter/0ec7eb6d43aade4f361c08c2376349a7 to your computer and use it in GitHub Desktop.
Save hrvolapeter/0ec7eb6d43aade4f361c08c2376349a7 to your computer and use it in GitHub Desktop.
znackovacie hw2 fi muni
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment