kmk_firmware/bin/micropython.sh

7 lines
155 B
Bash
Raw Normal View History

if [ ! -f build/micropython/ports/unix/micropython ]; then
2018-09-23 01:04:36 -07:00
echo "Run make micropython-build-unix"
exit 1
fi
build/micropython/ports/unix/micropython $@