config-bash/completion.d/stern

7 lines
92 B
Bash

#!/bin/bash
if (command -v stern &> /dev/null)
then
source <(stern --completion bash)
fi