4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/zsh
|
|
|
|
bud() { command buildah bud --isolation chroot --network host --format docker -f "$@" ; }
|