mk_jars
changeset 297 db224b73bfbe
parent 296 4e5bc75cdbd3
child 348 194d6ee45800
--- 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