4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
lb build noauto "${@}" 2>&1 | tee binary.log
|