6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
|
|
lb config noauto \
|
|
--architectures amd64 \
|
|
--distribution buster \
|
|
"${@}"
|