1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
trezor-firmware/emu.sh
2016-09-27 17:22:46 +02:00

5 lines
106 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`/src
../vendor/micropython/unix/micropython -i -O0 -X heapsize=100000 main.py