mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 23:42:56 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
6 lines
162 B
Bash
6 lines
162 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
md5sum -c - <<< "0c56937110d88f750a32d9075ddaab8b *html/changelogs/example.yml"
|
|
python3 tools/ss13_genchangelog.py html/changelogs
|