We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd149dd commit 61c5302Copy full SHA for 61c5302
builds/MicroPython/build.sh
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+rsync -r --copy-links ../../MicroPython/* ./
builds/MicroPython/run.sh
+micropython main.py
builds/Python/build.sh
+rsync -r --copy-links ../../Python/* ./
builds/Python/run.sh
+python3 main.py
0 commit comments