6 lines
79 B
Bash
6 lines
79 B
Bash
|
|
||
|
if hash kompose >/dev/null 2>&1 ; then
|
||
|
eval "$(kompose completion bash)"
|
||
|
fi
|
||
|
|