mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
cd ..
|
|
|
|
export SDL_VIDEODRIVER=dummy
|
|
export TREZOR_UDP_IP=0.0.0.0
|
|
|
|
source emu.sh
|