mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
tools/bootstrap/python -m od_annotator "$@"
|