6 lines
63 B
Text
6 lines
63 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
lb build noauto "${@}" 2>&1 | tee build.log
|