mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
27c70cde0a
* 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 "$@"
|