#!/bin/dash echo "Download tools" cd src wget -c http://busybox.net/downloads/busybox-1.36.1.tar.bz2 wget -c https://github.com/arsv/minibase/archive/0.7.zip -O minibase.zip wget -c https://micropython.org/resources/source/micropython-1.20.0.tar.xz #git clone --branch v1.20.0 https://github.com/micropython/micropython.git micropython-1.20.0 echo ""