This commit is contained in:
ge
2023-11-11 02:30:12 +03:00
parent bd4e575a7c
commit b9d089dd78
3 changed files with 0 additions and 271 deletions

View File

@ -1,14 +0,0 @@
_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