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