6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
md5sum -c - <<< "364a16f858a957486eaeb1e12673c39c *html/changelogs/example.yml"
|
|
python3 tools/ss13_genchangelog.py html/changelog.html html/changelogs
|