mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Move the DreamChecker annotator into a new module * Fixing the diffs for this, it should be a rename not an addition * Fixing diffs pt 2 --------- Co-authored-by: distributivgesetz <distributivgesetz93@gmail.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
tools/bootstrap/python -m dm_annotator "$@"
|