6 lines
130 B
Bash
6 lines
130 B
Bash
|
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||
|
|
||
|
if is_cmd fix-kubectl; then
|
||
|
. <( fix-kubectl - )
|
||
|
fi
|