main_testing2/wordle_test.sh
changeset 433 a6aa851361d0
parent 432 87e487ccbd7c
child 436 2f17f233cddc
equal deleted inserted replaced
432:87e487ccbd7c 433:a6aa851361d0
     1 #!/bin/zsh
     1 #!/bin/bash
     2 
     2 
     3 # to make the script fail safely
     3 # to make the script fail safely
     4 set -euo pipefail
     4 set -euo pipefail
     5 
     5 
     6 
     6