6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" pyright-langserver pyright
|