Files
vim-lsp-settings-mirror/installer/install-ols.sh
2024-03-20 00:34:16 +09:00

7 lines
138 B
Bash
Executable File

#!/bin/sh
set -e
git clone --depth=1 https://github.com/DanielGavin/ols ols_
cd ols_ && ./build.sh && cp ols .. && cd .. && rm -rf ols_