1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/core/emu.sh
2020-08-03 15:59:57 +02:00

11 lines
211 B
Bash
Executable File

#!/bin/sh
PYOPT="${PYOPT:-1}"
if [ -n "$1" ]; then
echo "This is just a compatibility wrapper. Use emu.py if you want features."
exit 1
fi
cd src
../build/unix/trezor-emu-core -O$PYOPT -X heapsize=20M