Files
vim-lsp-settings-mirror/installer/install-ols.sh
Yasuhiro Matsumoto 06de00dfae add ols
2022-08-31 02:29:30 +09:00

7 lines
134 B
Bash
Executable File

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