6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/bash
|
|
|
|
if (command -v tea &>/dev/null); then
|
|
source <(tea completion bash)
|
|
fi
|