mirror of
https://github.com/zhigang1992/actions.git
synced 2026-06-14 09:29:00 +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 $*"
|