3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
exec "$(dirname $(dirname $(readlink -f $0)))/lua-lsp/bin/lua-language-server" "$@"
|