[Lua] Add lovr support

This commit is contained in:
2026-03-11 15:06:31 +01:00
parent bc8830555e
commit 4a2203892f
2 changed files with 37 additions and 18 deletions

14
lovr-integration.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
cd ~/.local/share
if [[ -d lovr-docs ]] then
echo "Already present, updating repo"
cd lovr-docs
git pull
else
git clone https://bjornbytes/lovr-docs
cd lovr-docs
fi
lovr api cats