mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
9 lines
89 B
Bash
Executable file
9 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Hello from a Helm plugin"
|
|
|
|
echo "PARAMS"
|
|
echo $*
|
|
|
|
$HELM_BIN ls --all
|
|
|