mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 10:02:24 +00: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 "$@"
|