4 lines
99 B
Bash
Executable file
4 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export EXPLAINSHELL_ENDPOINT="https://explainshell.com"
|
|
exec bash-language-server start
|