mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Experi-Sci: Techweb nodes may now require you to perform "scientific" experiments * Update all_nodes.dm Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
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
|