mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
md5sum -c - <<< "4d783933c74290b3a219068790b2046f *html/changelogs/example.yml"
|
|
python3 tools/ss13_genchangelog.py html/changelogs
|