[Lua] Add lovr support
This commit is contained in:
14
lovr-integration.sh
Executable file
14
lovr-integration.sh
Executable 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
|
||||
Reference in New Issue
Block a user