1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/emu.sh
2016-09-27 17:22:50 +02:00

6 lines
137 B
Bash
Executable File

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