4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
if [ -r /usr/bin/terraform ]; then
|
||
|
complete -C /usr/bin/terraform terraform
|
||
|
fi
|