trezor-core/emu.sh

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.*