7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
|
|
#!/bin/bash
|
|
|
|
if (command -v flux &>/dev/null); then
|
|
source <(flux completion bash)
|
|
fi
|