equal
deleted
inserted
replaced
7 |
7 |
8 for sd in $files; do |
8 for sd in $files; do |
9 cd $sd |
9 cd $sd |
10 echo $sd |
10 echo $sd |
11 touch . |
11 touch . |
12 cp ../../../marking1/collatz_test.sh . |
12 cp ../../../marking1/*.sh . |
13 cp ../../../marking1/collatz_test1.scala . |
13 cp ../../../marking1/collatz_test1.scala . |
14 cp ../../../marking1/collatz_test2.scala . |
14 cp ../../../marking1/collatz_test2.scala . |
15 cp ../../../marking1/alcohol_test.sh . |
15 cp ../../../marking1/drumb_test1.scala . |
16 cp ../../../marking1/alcohol.csv . |
16 cp ../../../marking1/drumb_test2.scala . |
17 cp ../../../marking1/population.csv . |
17 cp ../../../marking1/drumb_test3.scala . |
18 cp ../../../marking1/alcohol_test1.scala . |
18 cp ../../../marking1/*.csv . |
19 cp ../../../marking1/alcohol_test2.scala . |
|
20 cp ../../../marking1/alcohol_test3.scala . |
|
21 ./collatz_test.sh output |
19 ./collatz_test.sh output |
22 ./alcohol_test.sh output |
20 ./drumb_test.sh output |
23 rm collatz_test.sh |
21 rm *.sh |
24 rm collatz_test1.scala |
22 rm collatz_test1.scala |
25 rm collatz_test2.scala |
23 rm collatz_test2.scala |
26 rm alcohol_test.sh |
24 rm drumb_test1.scala |
27 rm alcohol.csv |
25 rm drumb_test2.scala |
28 rm population.csv |
26 rm drumb_test3.scala |
29 rm alcohol_test1.scala |
27 rm *.csv |
30 rm alcohol_test2.scala |
|
31 rm alcohol_test3.scala |
|
32 cd .. |
28 cd .. |
33 done |
29 done |
34 |
30 |
35 |
31 |