mirror of https://github.com/helm/helm
4 lines
83 B
4 lines
83 B
9 years ago
|
#!/bin/sh
|
||
|
helm package hashtest
|
||
|
shasum -a 256 hashtest-1.2.3.tgz > hashtest.sha256
|