Skip to content

Commit 61c5302

Browse files
committed
Added build and run scripts for Python and MicroPython (Unix) versions
1 parent fd149dd commit 61c5302

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

builds/MicroPython/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
rsync -r --copy-links ../../MicroPython/* ./

builds/MicroPython/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
micropython main.py

builds/Python/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
rsync -r --copy-links ../../Python/* ./

builds/Python/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
python3 main.py

0 commit comments

Comments
 (0)