Mercurial
Mercurial
>
hg
>
pep-material
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
main_testing2/wordle_test.sh
changeset 436
db3300b47725
parent 435
fda7c39f3b6a
child 439
97594b9998a8
equal
deleted
inserted
replaced
435:fda7c39f3b6a
436:db3300b47725
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