3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
|
source ./build "$1"
|
||
|
[[ $force ]] && shift 1
|
||
|
udbuild try -e test.env -f try.env -m opt ${@:-shell} $@
|