5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
set -v
|
|
|
|
./build_sysroot/prepare_sysroot_src.sh
|