6 lines
91 B
Plaintext
Raw Normal View History

2024-06-24 09:24:32 +00:00
#!/bin/bash
if (command -v podman &>/dev/null); then
source <(podman completion bash)
fi