diff -r d29cd5883c7b -r 90b267768329 pre_marking1/mk --- a/pre_marking1/mk Fri Nov 27 00:55:24 2020 +0000 +++ b/pre_marking1/mk Fri Nov 27 15:03:50 2020 +0000 @@ -9,11 +9,11 @@ cd $sd echo $sd touch . - cp ../../../../marking1/collatz_test.sh . - cp ../../../../marking1/collatz_test1.scala . - cp ../../../../marking1/collatz_test2.scala . - cp ../../../../marking1/collatz_test3.scala . - ./collatz_test.sh output1 + cp ../../../../../pre_marking1/collatz_test.sh . + cp ../../../../../pre_marking1/collatz_test1.scala . + cp ../../../../../pre_marking1/collatz_test2.scala . + cp ../../../../../pre_marking1/collatz_test3.scala . + ./collatz_test.sh output rm collatz_test.sh rm collatz_test1.scala rm collatz_test2.scala