kubernetes/test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar
Pradeep Sawlani 13be373ce7 For windows, use exec.Command instead of syscall.Execve.
sycall.Execve is not supported on windows.
2019-07-08 10:09:51 -07:00

4 lines
59 B
Bash
Executable File

#!/bin/bash
echo "I am plugin bar called with args $0 $@"