4 lines
75 B
Bash
4 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
|
#!/usr/bin/env bash
|
|
|
|
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
|