mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-11 18:09:52 -04:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/usr/bin/env bash
|
|
GIT_ROOT="$(git rev-parse --show-toplevel)"
|
|
cd "$GIT_ROOT" || exit 1
|
|
rm -rf -- **/*.so
|