mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
0b0e6186c6
Added playground module
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0`/src
|
|
|
|
../vendor/micropython/unix/micropython -O0 -X heapsize=100000 main.py
|