2
0
Fork 1
butterknife-provisioning-image/20-build.sh

11 lines
99 B
Bash
Raw Permalink Normal View History

2021-02-21 22:51:08 +00:00
#!/bin/bash
set -e
set -x
#Build stage
cd buildroot-2020.02.10/
ionice nice make -j`nproc`
cd -