Files
OpenLLM/clean.sh
2023-08-11 05:53:45 -04:00

5 lines
136 B
Bash

#!/usr/bin/env bash
GIT_ROOT="$(git rev-parse --show-toplevel)"
cd "$GIT_ROOT" || exit 1
find . -type f -iname "*.so" -exec rm -f {} \;