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