6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
|
|
make micropython-build-unix
|
|
fi
|
|
|
|
vendor/micropython/ports/unix/micropython $@
|