mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 08:53:47 +08:00
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
sh -l -c "helm $*"
|