4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
|
# invokes build with the example environment file
|
||
|
echo mounting /opt from container to ./mnt/opt in PWD
|
||
|
udbuild try -e example.env -m opt ${@:-shell} $@
|