6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/zsh
|
|
|
|
for i ( buildah ) ; do
|
|
__z_comp_bash $i
|
|
done ; unset i
|