6 lines
55 B
Bash
Executable file
6 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
buildroot/scripts/mkcommon.sh $@
|
|
|