6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/pip_install.sh" pylsp python-lsp-server
|