7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
if [ ! -f build/micropython/ports/unix/micropython ]; then
|
|
echo "Run make micropython-build-unix"
|
|
exit 1
|
|
fi
|
|
|
|
build/micropython/ports/unix/micropython $@
|