update
authorChristian Urban <christian.urban@kcl.ac.uk>
Wed, 09 Nov 2022 18:30:46 +0000
changeset 436 db3300b47725
parent 435 fda7c39f3b6a
child 437 d4d4669ad054
update
main_templates2/README.md
main_testing2/wordle_test.sh
--- a/main_templates2/README.md	Wed Nov 09 16:44:16 2022 +0000
+++ b/main_templates2/README.md	Wed Nov 09 18:30:46 2022 +0000
@@ -3,4 +3,4 @@
 * deadline: 19 January, 5pm
 * [coursework description](https://nms.kcl.ac.uk/christian.urban/main_cw02.pdf)
 * reference jar:
-      [danube.jar](https://nms.kcl.ac.uk/christian.urban/wordle.jar)
\ No newline at end of file
+      [wordle.jar](https://nms.kcl.ac.uk/christian.urban/wordle.jar)
\ No newline at end of file
--- a/main_testing2/wordle_test.sh	Wed Nov 09 16:44:16 2022 +0000
+++ b/main_testing2/wordle_test.sh	Wed Nov 09 18:30:46 2022 +0000
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/bash
 
 # to make the script fail safely
 set -euo pipefail