blob: 82cf2ecd0c5651af755934e712510a034193b157 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3nl="
4"
5
6micropython -c "import sys${nl}print(sys.version)" | grep -F " MicroPython v${PKG_VERSION} "