nvim/build.sh

16 lines
180 B
Bash
Raw Normal View History

2024-06-13 00:12:38 +02:00
#!/bin/bash -e
(
cd opt/lua-language-server
git submodule update --init --recursive
(
cd 3rd/luamake
./compile/build.sh
)
3rd/luamake/luamake rebuild
)
# EOF