github.com/sri09kanth/helm@v3.0.0-beta.3+incompatible/pkg/plugin/testdata/plugdir/hello/hello.sh (about) 1 #!/bin/bash 2 3 echo "Hello from a Helm plugin" 4 5 echo "PARAMS" 6 echo $* 7 8 $HELM_BIN ls --all 9