7 lines
88 B
Plaintext
Raw Normal View History

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