9 lines
157 B
Bash
Executable file
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
|