python-compute/packaging/completion.bash

15 lines
209 B
Bash
Raw Normal View History

2023-11-11 02:28:46 +03:00
_cmp_get_domains()
{
for file in /etc/libvirt/qemu/*.xml; do
nodir="${file##*/}"
printf '%s\n' "${nodir//\.xml}"
done
}
_compute()
{
:
}
complete -o filenames -F _compute compute