mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
cd ..
|
|
|
|
export TREZOR_UDP_IP=0.0.0.0
|
|
|
|
source emu.sh
|