This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
878180b2e2
bash-it
/
completion
/
available
/
openshift.completion.bash
6 lines
93 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
OCPATH
=
$(
which oc
)
[
-x
"
${
OCPATH
}
"
]
&&
eval
"
$(
oc completion bash
)
"
Reference in New Issue
View Git Blame
Copy Permalink