返回 DeepSeek-Reasonix
script.sh
根目录 / internal / lsp / testdata / lsp / bash / script.sh
1 #!/usr/bin/env bash
2 greet() {
3 echo "hi $1"
4 }
5
6 greet "world"
7
7 lines BASH