--- a/mk_jars Thu Oct 31 10:44:10 2019 +0000
+++ b/mk_jars Thu Oct 31 10:50:05 2019 +0000
@@ -6,8 +6,8 @@
for fl in *.scala; do
echo "$fl compiled to ${fl%".scala"}.jar"
scalac -d ${fl%".scala"}.jar $fl
- echo "copied to ../template${sd#"solutions"}"
- cp ${fl%".scala"}.jar ../template${sd#"solutions"}
+ echo "copied to ../templates${sd#"solutions"}/"
+ cp ${fl%".scala"}.jar ../templates${sd#"solutions"}/
done
cd ..
done
Binary file solutions1/collatz.jar has changed
Binary file solutions1/drumb.jar has changed
Binary file solutions2/danube.jar has changed
Binary file solutions2/docdiff.jar has changed
Binary file solutions3/knight1.jar has changed
Binary file solutions3/knight2.jar has changed
Binary file solutions3/knight3.jar has changed
Binary file solutions4/postfix.jar has changed
Binary file solutions4/postfix2.jar has changed
Binary file solutions4/re.jar has changed
Binary file solutions5/bf.jar has changed
Binary file solutions5/bfc.jar has changed
Binary file templates1/collatz.jar has changed
Binary file templates1/drumb.jar has changed
Binary file templates2/danube.jar has changed
Binary file templates2/docdiff.jar has changed
Binary file templates4/postfix.jar has changed
Binary file templates4/postfix2.jar has changed
Binary file templates4/re.jar has changed
Binary file templates5/bf.jar has changed
Binary file templates5/bfc.jar has changed