5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
set -xe
|
|
|
|
[ -d build ] || git clone https://gitlab.com/ubports/community-ports/halium-generic-adaptation-build-tools build
|
|
./build/build.sh "$@"
|