1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/emu.sh

5 lines
106 B
Bash
Raw Normal View History

2016-03-29 10:41:06 +00:00
#!/bin/bash
cd `dirname $0`/src
2016-03-31 18:13:06 +00:00
../vendor/micropython/unix/micropython -i -O0 -X heapsize=100000 main.py