2025-01-17 09:07:04 +00:00

7 lines
88 B
Plaintext

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