mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 17:46:53 +01:00
* update to suite 1.8 * lets go annotate dm * okay lets not fuck up * testing commit * return it to the natural state
5 lines
67 B
Bash
5 lines
67 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
python tools/ci/annotate_dm.py "$@"
|