helm/pkg/getter/testdata/plugins/testgetter/get.sh
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
This flattens the getter package tree, adds tests, and changes a little
bit of the terminology to follow Go idioms. This also makes much of the
getter API private to begin with. This will give us more flexibility in
the future.
2017-05-01 16:18:13 -06:00

8 lines
66 B
Bash
Executable file

#!/bin/bash
echo ENVIRONMENT
env
echo ""
echo ARGUMENTS
echo $@