dump-things-server/tools/call_patch_linkml
2025-05-16 15:14:15 +02:00

9 lines
157 B
Bash
Executable file

#!/bin/bash
#
# Call the patch script from `datalad-concepts`
# to patch the active linkml installation.
#
pushd datalad-concepts
./tools/patch_linkml
popd